Versions Compared

Key

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

#

Question

Answer

1

I don't see updates from doo in my system. What should I do?

  1. If your API endpoint is protected with OAuth authorization, please check your OAuth endpoint. It should receive authorization requests from doo and respond with the correct response with Access Token as described on Webhook request.

  2. Check your API endpoint. It should receive webhook requests, parse payload and respond with the correct response described on Webhook request.

  3. If everything looks good on your side, please contact us.

If your system responds to the webhook request with not HTTP 200, then we consider the webhook as failed and try to deliver it again. After 10 fails, we move the webhook to a dead letter queue
  1. .

2

Which HTTP methods does doo support for sending webhooks to an external system?

We always make a POST request to send a webhook to the external system.

3

How can I transfer all my resources created before webhooks setup from doo to my system?

Use Webhook Initialization feature for that which is described on Webhook initialization.

...