Skip to main content
POST

Authorizations

X-API-Key
string
header
required

Zapier API key stored in ss_zapier_api_key option

Body

application/json

intake_item_id and at least one action field must be provided.

intake_item_id
integer

WordPress post ID of the intake item

Example:

4821

ticket_id
string

Support ticket ID to store

Example:

"TKT-00312"

ticket_url
string<uri>

Support ticket URL to store

Example:

"https://support.sagescreen.com/tickets/312"

status
enum<string>

Custom post status for ss_intake_item

Available options:
intake_open,
intake_done,
intake_escalated
status_id
integer

Support-tool numeric status. Mapped to IntakeStatus: 4 or 5intake_done, anything else → intake_escalated. Ignored if status is also provided.

Example:

4

new_owner_id
integer

WordPress user ID to reassign to

Example:

5

assignee_email
string<email>

Email to look up the new owner user

Example:

"jane@example.com"

Response

Ticket info updated successfully

success
boolean
data
object