Discussions

Ask a Question
Back to All

Debugging Shifts Webhook

We've created webhooks to be notified of shift updates and creations (we tried with and without the scheduler id). We know shifts are getting created but we are not receiving any updates. We've checked our server logs and we cant see any incoming requests from Connecteam.

Any suggestions on how we can debug the issue?

The webhooks appears to be created correctly. Response below from (sensitive info removed) https://api.connecteam.com/settings/v1/webhooks

{
"requestId": "32860c46-705d-4e43-a8e2-97afc2d2108e",
"data": {
"webhooks": [
{
"id": 1859,
"name": "shift_changes",
"userId": 0000000,
"timeCreated": 1738179074,
"url": "https://ourwebhook.url",
"isDisabled": false,
"featureType": "shift_scheduler",
"retryLimit": 3,
"eventTypes": [
"shift_updated",
"shift_created"
],
"origin": "organic"
},
{
"id": 2071,
"name": "shift_changes",
"userId": 0000000,
"timeCreated": 1738823802,
"url": "https://ourwebhook.url",
"isDisabled": false,
"featureType": "shift_scheduler",
"objectId": 0000000,
"retryLimit": 3,
"eventTypes": [
"shift_created",
"shift_updated"
],
"origin": "organic"
}
]
},
"paging": {
"offset": 2
}
}