{ "opencollection": "1.0.0", "info": { "name": "Mailmodo Campaigns API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "mmApiKey", "value": "{{mmApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "Trigger a Transactional Campaign for One Recipient", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailmodo.com/api/v1/triggerCampaign/:campaignId", "params": [ { "name": "campaignId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a configured campaign to a single recipient with merge data for personalization. Used for transactional sends and journey triggers." }, { "info": { "name": "Bulk Trigger a Campaign to Multiple Recipients", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailmodo.com/api/v1/bulktriggerCampaign/:campaignId", "params": [ { "name": "campaignId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a campaign for a list of recipients in a single request, with per-recipient merge data." }, { "info": { "name": "List Campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailmodo.com/api/v1/campaigns" }, "docs": "Return campaigns configured on the workspace." }, { "info": { "name": "Get Campaign Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailmodo.com/api/v1/campaignReports/:campaignId", "params": [ { "name": "campaignId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Return delivery and engagement metrics for the given campaign." } ] } ], "bundled": true }