{ "opencollection": "1.0.0", "info": { "name": "Tithe.ly Accounts Mail API", "version": "2.0" }, "items": [ { "info": { "name": "Mail", "type": "folder" }, "items": [ { "info": { "name": "Send templated email", "type": "http" }, "http": { "method": "POST", "url": "https://tithe.ly/api/v2/mail", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Sends a templated transactional email to one or more recipients." } ] } ], "bundled": true }