Sign in

Create webhook

documented

Register a new webhook.

POST /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://webexapis.com/v1/webhooks" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$webhook_name}}", "targetUrl": "{{$webhook_target_url}}", "resource": "{{$webhook_resource}}", "event": "{{$webhook_event}}", "filter": "{{$webhook_filter}}", "secret": "{{WEBEX_SECRET}}"}'
Create webhook · Webex (Cisco) · OpenIntegrations