Sign in

Create Webhook

documented

Create a webhook for event notifications.

POST /v2/webhookWebhookno 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://api.transmitmessage.com/v2/webhook" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{KUDOSITY_API_KEY}}" \
  -d '{"name": "{{$webhook_name}}", "url": "{{$webhook_url}}", "rate_limit": {{$rate_limit}}, "filter": {"event_type": ["{{$event_type}}"], "sender": ["{{$sender}}"], "message_ref": ["{{$message_ref}}"], "status": ["{{$status}}"]}}'
Create Webhook · Kudosity · OpenIntegrations