Add users to widget
documentedAdd users to a widget and optionally adjust their business hours.
POST /api/v1/external/widgets/add-usersWidgetsno 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/add-users" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: {{CALLPAGE_API_KEY}}" \
-d '{"id": {{$widget_id}}, "user_id": {{$user_id}}, "business_times": {{$business_times}}}'