{ "opencollection": "1.0.0", "info": { "name": "Dynamic form", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "mmApiKey", "value": "{{mmApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Dynamic Form", "type": "folder" }, "items": [ { "info": { "name": "Send email with dynamic form", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailmodo.com/api/v1/triggerCampaign/:campaign-id", "headers": [ { "name": "mmApiKey", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "campaign-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API allows you to send an email with adding form questions at the runtime." } ] } ], "bundled": true }