Zendesk Create Ticket with Phone Number

Creates a Zendesk ticket using the requester's email, phone number, or both. Use it for voice or SMS flows where the customer may only have a phone number.

What it does

  • Matches or creates the requester by email and/or phone.
  • Updates missing contact details on existing users to avoid duplicates.
  • Creates the ticket with subject, comment, tags and optional channel (via ID).

Notes

  • Provide at least one of Requester Email or Requester Phone.
  • Phone numbers should be in E.164 format (e.g. +1234567890).

Inputs

NameTypeDescription
Zendesk SubdomainCredentialsZendesk sub-domain, can be found in your zendesk url
Zendesk UsernameCredentialsZendesk User Email with /token
Zendesk TokenCredentialsZendesk API Token
Requester PhoneOptional StringRequester phone number. Format as E.164. e.g. +1234567890
Requester EmailOptional StringRequester email address
SubjectStringTicket subject
CommentStringTicket comment
Submitter IDOptional StringSubmitter id
TagsOptional StringTags
Public CommentOptional BooleanIf false, comment is private. Defaults to true if omitted
Via IDOptional NumberZendesk channel via_id (e.g. 34 for phone)

Outputs

NameTypeDescription
SuccessBooleanWhether successfully created a ticket
Ticket IDStringTicket id

Notes

API reference