-4

I tried to create a zoho campaign following this link https://www.zoho.com/campaigns/help/api/create-campaign.html

but every time, I get an error.

This is the link that I used

https://campaigns.zoho.com/api/v2/createcampaign?campaignName=mynewone&from_email=sammoudi.maher@gmail.com&subject=testSubject&authtoken=XXXXXXXXXXXXXXXX&resfmt=json

Where is the issue ?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • Well - **what** is the error you're getting? Remember: we cannot read your screen - nor your mind - you'll have to **SHOW US** all the relevant information for anyone to be able to help you! – marc_s Aug 01 '18 at 14:19

1 Answers1

0

the url is case sensitive. I think the url you are using should be https://campaigns.zoho.com/api/v2/createCampaign? (note the capital "C" at the end)

Jim
  • 808
  • 2
  • 11
  • 28