How to enable replies with SMS from Zendesk
Last updated
Last updated
{
"ticket_id": "{{ticket.id}}",
"ticket_external_id": "{{ticket.external_id}}",
"ticket_latest_comment": "{{ticket.latest_comment}}",
"agent": "{{current_user.email}}",
"agent_id": "{{current_user.id}}",
"ticket_comment_visibility": "{{ticket.latest_comment.is_public}}",
"uuid": "{{ticket.latest_comment.id}}"
}