Sign in

Create event subscription

documented

Create a webhook/websocket/PubNub subscription to receive RingCentral events.

POST /restapi/v1.0/subscriptionNotificationsno 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://platform.ringcentral.com/restapi/v1.0/subscription" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"eventFilters": ["{{$eventFilter1}}", "{{$eventFilter2}}"], "deliveryMode": {"transportType": "WebHook", "address": "{{$deliveryAddress}}", "validationToken": "{{$validationToken}}"}}'
Create event subscription · RingCentral · OpenIntegrations