Set ticket info on an intake item
Called by Zapier after a support ticket is created or updated. Can set ticket ID/URL, change status, and reassign the owner — all in a single call.
Requires the X-API-Key header (Zapier API key from plugin settings).
Authorizations
Zapier API key stored in ss_zapier_api_key option
Body
intake_item_id and at least one action field must be provided.
WordPress post ID of the intake item
4821
Support ticket ID to store
"TKT-00312"
Support ticket URL to store
"https://support.sagescreen.com/tickets/312"
Custom post status for ss_intake_item
intake_open, intake_done, intake_escalated Support-tool numeric status. Mapped to IntakeStatus:
4 or 5 → intake_done, anything else → intake_escalated.
Ignored if status is also provided.
4
WordPress user ID to reassign to
5
Email to look up the new owner user
"jane@example.com"