Set up a webhook
To set up a webhook in Cue you will need the Workspace Owner role. Then you can open your workspace and navigate to Settings > Webhooks > Create Webhook.
When you click on Create Webhook you'll be taken to a page that looks like this:
Once you've created a webhook the URL you've specified will start receiving requests from our servers as soon as the webhook event has occured.
Verify the webhook
You can then verify incoming requests using HMAC SHA256 verification.
Respond with a 2xx HTTP status code
After receiving the webhook, respond with an HTTP 2xx code. If you respond with any error code we will retry 4 times for a total of 5 requests.