Astra sends webhooks whenever there is a status update for a Routine.

Routine Updated

Fired when the status of a Routine has changed.

ParameterData TypeDescription
webhook_typestringroutine_updated
webhook_idstringThe unique ID of the webhook event
user_idstringThe unique ID of the User
resource_idstringThe 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"
}