最近搜索


没有最近搜索

如何从特定的客服电邮地址发送自动回复?



image avatar

Mike DR

Zendesk Customer Care

已于 2024年12月24日 编辑


0

0

5 条评论

      Hi, I tried the above method. Its not explained in detail though. It didn't work. Im probably missing more information as the post doesn't fully explain every field.
       


      I chose the trigger or automation connection. Whats the request format. Which username am I using? anything in the headers? A lot of info is missing from the post. I tried reaching out to customer support but they weren't able to provide much knowledge past linking this post.
       

      0


      HeyA Hunter!

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

      0


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

      0


      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


      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


      登录以发表评论。