Whenever a status change occurs for a referral, Tyro Connect notifies you via the webhook.
The types of referral events are:
| Referral Event | Description |
|---|---|
REFERRAL_STATUS_UPDATED | The status of the referral has been updated |
{
"type": "REFERRAL_STATUS_UPDATED",
"data": {
"id": "5491ec4a-3f46-4b4d-9bc0-23f2260f41c9",
"status": "REFERRAL_RECEIVED",
"uri": "https://api.tyro.com/connect/referrals/5491ec4a-3f46-4b4d-9bc0-23f2260f41c9",
"resource": "referrals"
}
}Registering Webhooks
For information on how to register for webhooks and how to interpret the webhook message. Documentation can be found here: Webhooks