{ "opencollection": "1.0.0", "info": { "name": "Iterable Export Campaigns SMS API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Send an SMS message", "type": "http" }, "http": { "method": "POST", "url": "https://api.iterable.com/api/sms/target", "body": { "type": "json", "data": "{}" } }, "docs": "Sends an SMS message to a specific user using a template. Supports personalization via data fields." } ] } ], "bundled": true }