Zendesk does not provide support for custom scripts and API usage. While they offer instructional articles, they do not guarantee the code or provide support for custom implementations.
If you are using the Zendesk API to add CCs to email side conversations or any other custom script, it's important to understand that you will need to troubleshoot and manage these scripts independently. For more detailed guidance, you can refer to theoriginal article.
Yes, you can add CCs to email side conversations using the Zendesk API. To do this, you need to use a specific API endpoint and JSON code. First, use the endpoint:https://yoursubdomain.zendesk.com/api/v2/tickets/{ticket.id}/side_conversations
….
To add CCs in Zendesk side conversations, you need to use a specific JSON format. This format allows you to specify the subject, body, and the email addresses you want to CC. Here is the JSON code you should use: ```json { "message": { "subject":…