#MarkoBoras

1 messages · Page 1 of 1 (latest)

manic yokeBOT
quasi remnant
#

do you need maybe event id to check it

unkempt pendant
#

You can also open the Event in the Dashboard to see specifics regarding each Webhook Endpoint and pending retries.

#

You should add logic to your system to handle duplicate Events; that's something that happens from time to time.

quasi remnant
#

where can I see it in dashboard

#

how can I do that

unkempt pendant
#

Go into the Dashboard and put the Event ID in the search at the top.

#

You would need to write code to do that. The specific implementation depends on your environment and business needs.

quasi remnant
#

ok I went in dashboard and I am on event page

#

where can i see

#

evt_1NECv3LOgsxKeN5yChkDTrzq

#

Do you have some documentation for duplicate events handling

unkempt pendant
#

The screenshot shows two delivery failures and two successful deliveries for this Event. Looks like one of the successful deliveries was a result of you manually resending the Event, which is indicated by the little circle/arrow icon next to the second one.

#

Manually retrying delivery won't stop already-queued automatic retries, which is why you got this Event twice.

quasi remnant
#

will it trigger again?

unkempt pendant
#

This Event shouldn't send again, no. The manual retry you initiated and the automatic retry both succeeded, so this Event is considered delivered by our system now.

quasi remnant
#

Ok thanks