Skip to main content
POST
/
api
/
webhook
/
outreach
Handle outreach webhook (backwards compatibility)
curl --request POST \
  --url https://your-instance.example.com/api/webhook/outreach \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Body

application/json

Arbitrary outreach payload forwarded to outreach trigger handler

Response

Outreach processed

Generic response envelope. Endpoint-specific fields are intentionally open.