Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some simple examples of configured webhooks for the “document_predict" and “document_evaluate” event (these examples are used internally to couple our UI with the API):

...

Upcoming

extensionsAdditional features:

  • Authorization headers (in the “header” field)
    A custom (static) authorization can be configured in the webhook, which will be sent back as header with the webhook’s POST request.

Upcoming extensions:

  • Retry logic with exponential backoff. In case of the webhook receiving anything besides a succes status code (200), the webhook will re-attempt it’s delivery with an exponential backoff system (2^n seconds) for a maximum of 10 attempts.

  • Introduction of Inbox or Project specific webhooks. Currently, all documents processed in an organization trigger the same webhooks. The expansion would allow to specifically configure webhooks per Inbox or Project, as well as pass this information along in the payload.