Recent searches


No recent searches

How can I send automated replies from a specific support address?



image avatar

Mike DR

Zendesk Customer Care

Edited Dec 20, 2024


0

4

4 comments

Hi,

 

I'd like to set up an automatic public reply for new tickets using our standard acknowledgement message. Ideally, this would leverage a macro for the message content.

Is it possible to achieve this with JSON? If not, can the entire message be written directly in JSON?

 

What are the steps to achieve this?  Webhook and a trigger?  If yes, what would the json look like?

 

Kina

0


image avatar

Mike DR

Zendesk Customer Care

Hi Kina!

That can be done using the same steps for using a webhook and trigger. You'll need to use this json code instead:

 

{
"ticket": {
"comment": {
"body": "Content",
"public": true
}
}
}

You would then replace the “Content” with the acknowledgement message.

Hope this helps!

 

0


Can this be done with SSO enabled for the org? We continue to get an authentication error here.

0


image avatar

Mike DR

Zendesk Customer Care

HeyA Hunter!

If Basic authentication isn't working, I would highly suggest using oAuth for authentication since your team has SSO enabled.

0


Please sign in to leave a comment.