Hi,
We're working on a Campaigns integration with our own software for a client, but have hit some issues with creating campaigns.
The client needs to be able to create and send their campaigns from within our software, but once they are created, they have to go to Review. We can't find a way to send for Review through the api, meaning the client will always have to log in to Zoho to trigger it, and if they have to do that anyway, they might as well just do the whole campaign process from inside Zoho rather than in our software.
We are also trying to add content to the campaigns. The API documentation says the content parameter is a URL. We cannot see a way to create or view campaign content through the api, so we have to assume the url is for an external site, so we'd generate content in our software then provide a URL to that content. Is this correct, and is there any documentation on the requirements for the content, so we can ensure the correct formatting is applied.
So, the two questions are:
Is there a way to Send For Review for Campaigns through api?
Can we create Campaign Content through the api?
If we have to make content externally, what are the formatting requirements?
Thanks.