Sign in

Update SMS

documented

Update a SMS message for a widget.

POST /api/v1/external/sms/updateSMSno 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://core.callpage.io/api/v1/external/sms/update" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{CALLPAGE_API_KEY}}" \
  -d '{"widget_id": {{$widget_id}}, "message_id": "{{$message_id}}", "enabled": {{$enabled}}, "text": "{{$text}}"}'
Update SMS · CallPage · OpenIntegrations