Configure a webhook trigger for CORS requests
What is a CORS request?
Add CORS headers to your web hook response
{
"Content-Type": "application/json",
"Access-Control-Allow-Origin": "https://YOURDOMAINHERE",
"Access-Control-Allow-Methods": "POST, GET, OPTIONS",
"Access-Control-Allow-Headers": "Content-Type"
}
Reference table
Header
Description
Example
Handle OPTIONS preflight requests

Troubleshoot the CORS webhook trigger
Trailing slash in origin
Missing OPTIONS handler
Last updated
Was this helpful?
