Discussions
Webhook Subscription disappearing
over 4 years ago by sprinkle cleaners
I keep setting up the following webhook subscription to enable us to pull scheduled activities to another service called Deputy. Below is the current webhook subscription configuration I have set up.
[
{
"object": "jobActivity",
"callback_url": "https://apisprinkle.herokuapp.com/servicem8",
"fields": [
"uuid",
"start_date",
"end_date",
"active",
"job_uuid",
"staff_uuid",
"activity_was_scheduled"
],
"unique_id": "",
"active": true
}
]
However, after a couple of weeks of working well, the above entry disappears. This has happened twice to date. Leadning me to recreate to ensure the integration works
Could you please advise why the settings are being revoked periodically. I need them to be permanent.