How does the webhook work?
Step 1: endpoint
Some endpoint use the webhook concept
Step 2: flow
- Post to the endpoint
supply a return webhook_url, this URL must be public accessible
URL must start with HTTPS - 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 - Get to the webhook endpoint
supply the <secret uuid>
This endpoint will return the payload URL - Get the provided payload URL
Gerelateerde artikelen