Sign in

Watch calls

documented

Watch for call updates.

POST /api/2.0/calls/watchCallsno 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.agendize.com/api/2.0/calls/watch" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"address": "{{$address}}", "name": "{{$watch_name}}", "method": "POST", "status": "enabled", "httpRequestHeader": { "X-Webhook-Secret": "{{$webhook_secret}}" }, "schema": { "template": "default" }, "oauth2Auth": { "grantType": "{{$oauth_grant_type}}", "clientId": "{{$oauth_client_id}}", "clientSecret": "{{$oauth_client_secret}}", "refreshToken": "{{$oauth_refresh_token}}", "authUrl": "{{$oauth_auth_url}}", "accessTokenUrl": "{{$oauth_access_token_url}}", "redirectUri": "{{$oauth_redirect_uri}}" }, "signature": { "enabled": false, "cryptoKeyIds": [] } }'"
Watch calls · Agendize · OpenIntegrations