We are creating tickets via the tickets api:
Creating ticket via api and have email sent from support instead of user
here is the json of the ticket:
{
"ticket":
{
"requester":{
"name":ticket.user.name,
"email":ticket.user.email
},
"subject":ticket.ticket.subject,
"comment":{
"body":commentBody
},
"submitter_id":zendeskUserID,
"custom_fields": [
{
"id":36001568125014,
"value":data
},
]
}
}
When the ticket gets created it sends an email to the requester but the email shows its coming from the user of the api token. How can we have it come from the general ZenDesk Support?
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.