Skip to main content

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.

How to find webhooks in Cue

When you click on Create Webhook you'll be taken to a page that looks like this:

How to create a webhook in Cue

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. Verification notice for webhook in Cue

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.