Sign in

Create webhook

documented

Create a new webhook.

POST /v1.1/webhooksWebhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://public-api.process.st/api/v1.1/webhooks" \
  -X POST \
  -H "Authorization: Bearer {{PROCESS_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"webhook_url": "{{$webhook_url}}", "event": "{{$event}}", "active": {{$active}}, "template_id": "{{$template_id}}"}'
Create webhook · Process Street · OpenIntegrations