{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Notifications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Send a direct notification", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/notifications", "body": { "type": "json", "data": "{}" } }, "docs": "Send a direct notification to a specific recipient email without requiring a subscription.\n" } ] } ], "bundled": true }