Widget call-or-schedule
documentedTrigger a call or schedule a call via the widget.
POST /api/v1/external/widgets/call-or-scheduleWidgetsno implementation yet0 runsNo 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/widgets/call-or-schedule" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"id": {{$widget_id}}, "tel": "{{$tel}}", "department_id": {{$department_id}}}'