freshworks / fresh-samples

Samples of code created by freshdesk
183 stars 182 forks source link

How to add cc_emails or tags in new ticket #36

Open savasmurat opened 8 years ago

savasmurat commented 8 years ago

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

k2s commented 6 years ago

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