Freshdesk Create Ticket Email

Creates an outbound email ticket in Freshdesk and sends it to a customer. Use it to proactively email a customer and track the conversation as a Freshdesk ticket.

What it does

  • Creates a Freshdesk outbound-email ticket addressed to the customer.
  • Sets the subject, body, status, priority and the sending email address.
  • Returns whether it succeeded and the new ticket ID.

Inputs

NameTypeDescription
DomainCredentialsFreshdesk domain
KeyCredentialsFreshdesk API Key
Receiver EmailStringReceiver email
Ticket DescriptionStringTicket description
Ticket SubjectStringTicket subject
StatusStringTicket status Possible values: Open, Pending, Resolved, Closed, Waiting on Customer.
PriorityStringTicket priority Possible values: Low, Medium, High, Urgent.
From Email IDStringID of email config which is used for this ticket. (i.e., [email protected]/[email protected])
Group IDStringOptional. ID of the group to assign the ticket to.

Outputs

NameTypeDescription
SuccessBooleanWhether the ticket was sucessful created
Ticket IDStringTicket id of the newly create ticket

Notes

  • Status and Priority use Freshdesk's named values (for example Open, Pending; Low, Medium, High, Urgent).
  • The ticket is tagged with dg-proactive-automation.

API reference