fresh-samples icon indicating copy to clipboard operation
fresh-samples copied to clipboard

How to add cc_emails or tags in new ticket

Open savasmurat opened this issue 9 years ago • 1 comments

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

savasmurat avatar Jul 15 '16 14:07 savasmurat

Try to use tags[] and cc_emails[] as field names. That worked for me in JavaScript examples.

k2s avatar Jul 16 '18 16:07 k2s