Send Campaign

Test your campaign out and analyze the results to find out what time of day will bring you the most exposure and attention. Using this API, you can send campaigns in perfect timing.

Scope required

  • ZohoMarketingAutomation.campaign.UPDATE

Other alternative scopes

  • ZohoMarketingAutomation.campaign.CREATE-UPDATE (CREATE + UPDATE)
  • ZohoMarketingAutomation.campaign.WRITE (CREATE + UPDATE + DELETE)
  • ZohoMarketingAutomation.campaign.ALL (CREATE + UPDATE + DELETE + READ)

Header:

Authorization: Zoho-oauthtoken <access_token>

Content-type:application/x-www-form-urlencoded

Request type:

  • POST

Request URL

https://marketingautomation.zoho.com/api/v1/sendcampaign

API Limit

  • Duration: 5 mins
  • Number of Calls: 500
  • Lock Period: 30 mins

You can send 500 API calls per 5 minutes. If you hit this limit, you can't use this API for the next 30 minutes due to security reasons, but you can still use other APIs if their lock period hasn’t been reached.

List of parameters

ParameterData typeDescription
resfmtString JSON
campaignkey*Stringcampaign key obtained after campaign creation

* - Mandatory parameters

Sample Request

Copiedhttps://marketingautomation.zoho.com/api/v1/sendcampaign?resfmt=JSON&campaignkey=[campaignkey]

Sample Response

Copied{
"response": {
"uri": "/api/v1/sendcampaign",
"code": "200",
"version": "1",
"message": "",
"campaign_status": "inprogress"
}
}