Related Articles
Initiate a HTTPS Work Trigger
A quick guide to initiate a HTTPS work trigger.
Last Updated By Kenny on Sep 18, 2026, 3:59 AM
To initiate a HTTPS work trigger, send the query as the JSON reply field in a POST request:
curl -X POST "<HTTPS_ENDPOINT>" \
-H "Content-Type: application/json" \
-H "Authorization: <AUTH_HEADER_SECRET>" \
-d '{"reply":"Summarize today’s support requests"}'