Recently Sent Campaigns

You might want to reflect campaign data in your website. Using this API will help you view the email campaign that was recently sent.

Scope required

  • ZohoMarketingAutomation.campaign.READ

Other alternative scopes

  • ZohoMarketinAutomation.campaign.ALL (CREATE + UPDATE + DELETE + READ)

Header:

Authorization: Zoho-oauthtoken <access_token>

Request type

  • GET

Request URL

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

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 type          Description
limit*IntegerLimit to fetch Recent campaigns from campaigns list
versionStringThis will fetch responses based on the current API version
resfmtStringJSON

* - Mandatory Parameter

Sample request

Copiedhttps://marketingautomation.zoho.com/api/v1/recentsentcampaigns?resfmt=JSON

Sample Response

Copied{
"recent_sent_campaigns": "[{sent_time=1342503703000, campaign_name=CAMPAIG, campaign_key=34594177d382061b99f747d905612a4b, created_time=1342503640000}, {sent_time=1342503459000, campaign_name=CAMPAIG, campaign_key=34594177d382061b56febfd0cb811b03, created_time=1342503425000}, {sent_time=1342502423000, campaign_name=CAMPAIG, campaign_key=34594177d382061b2bf0c3fb3e40110b, created_time=1342502300000}]",
"status": "success",
"code": "0",
"uri": "/api/recentsentcampaigns",
"version": "1"
}