fresh-samples
fresh-samples copied to clipboard
How to add cc_emails or tags in new ticket
I am using your code samples to create ticket. I tried to add cc_emails in new ticket. Their type is string array and I could not find any coding that writes string array to the stream.
Can you please provide a sample in C# that adds cc_emails or tags to Freshdesk api v2.
Thank you
Try to use tags[] and cc_emails[] as field names. That worked for me in JavaScript examples.