Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

How does the webhook work?

Step 1: endpoint

Some endpoint use the webhook concept

Step 2: flow

  1. Post to the endpoint
    supply a return webhook_url, this URL must be public accessible
    URL must start with HTTPS
  2. After the process is ready
    The webhook_url will be called from the Autoflex10 server with a get
    An id=<secret uuid> will be added to the webhook_url
  3. Get to the webhook endpoint
    supply the <scret uuid>
    This endpoint will return the payload URL
  4. Get the provided payload URL


Gerelateerde artikelen



  • No labels