Webhook for create.activity is posting delete action_events overnight

All of my create.activity webhooks are posting delete events.

The screenshot below shows an event with ‘event_action: delete’ on the left, and the response I received from creating the webhook on the right. The webhook ids are the same, but the event_action types are different.

Also, when visiting the endpoint for all webhooks, the webhook I created shows the correct action type: create.

Not sure what could cause this. I have tried creating a new webhook and deleting my old ones, changing what’s in the create webhook request, and creating webhooks through pipedrive automations, but nothing has worked.

How can I further troubleshoot this issue?

Hello @Garrett_Howe!
Thank you for notifying us about the issue, the fix was deployed today. Please confirm if everything works as expected for you.

Thank you,
Svitlana

Hi. I’ve noticed a similar issue with add/edit deals. I’ve ended up adding a guard in my code to check the payload and do a delete if required.

1 Like