Astra sends webhooks whenever there is a status update for a Routine.
Routine Updated
Fired when the status of a Routine has changed.
| Parameter | Data Type | Description |
|---|---|---|
| webhook_type | string | routine_updated |
| webhook_id | string | The unique ID of the webhook event |
| user_id | string | The unique ID of the User |
| resource_id | string | The unique ID of the Resource (Routine ID) |
Example:
{
"webhook_type": "routine_updated",
"webhook_id": "364f57aa-47dd-461b-8df4-d6388fb2d05e",
"user_id": "WV9Zwexqw7Tqk8nox5dBSe993dEBqGulDlnNA",
"resource_id": "0239decedaaa5cefa4d173ee839ca37599165219"
}