Learn how to avoid duplicate API requests with idempotency key.
idempotency_key
, it will skip processing requests with same idempotency_key
for next 24 hours. You can use this key to track webhooks related to workflow notifications.
To make an idempotent request, pass idempotency_key
in the workflow instance. Idempotency-key should be unique that you generate for each request. You may use any string up to 255 characters in length as an idempotency-key. Ensure that you don’t add any space in start and end of the key as it will be trimmed.
Here are some common approaches for assigning idempotency-keys:
user147-new-comment-1687437670