Duplicate Webhook calls
Hi, I've just created a webhook, specifically these are its data:
"events": [
"TimelogChanged"
],
"status": "Active"
The problem is that sometime (I'm trying to understand in which cases), when I add a timelog I receive 2 identical http call to my hookUrl.
What am I doing wrong? Or it is simply a bug and u have to solve it?
Thank you,
Francesco
Hey Francesco Mannino, welcome to the forums 👋
I've asked my colleagues from the Support team to look into your question, and I can see you're already discussing this with them.
Please let me know if you have any other questions 🙂
Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa Wrike Team member Become a Wrike expert with Wrike Discover
What was the final disposition of this developer's question? This problem seems to manifest in my code as well (and that of a colleague). It seems to be timing related; If wrike doesn't receive a response in a specified time, it sends the request again.
If this theory is true, how do we supply a timeout for wrike to respect during the creation of the webhook?
Documentation does not indicate a TTL for requests before sending additional requests. Furthermore, the webhook documentation does not indicate multiple requests will be made.
reference: https://developers.wrike.com/webhooks/