{ "opencollection": "1.0.0", "info": { "name": "Events API", "version": "2026" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Send Customer event", "type": "http" }, "http": { "method": "POST", "url": "https://api.omnisend.com/api/events", "headers": [ { "name": "Omnisend-Version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.omnisend.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "With this endpoint you can send customer events to Omnisend. Customer events are used to track customer behavior and trigger automations based on that behavior.\nYou can either format and send custom customer events or use predefined events.\n\n**Scopes:**\n`events.write`\n\n**Rate Limiting:**\nThis endpoint is rate limited to 400 requests per minute.\n\n
Open Postman collection\n" } ] } ], "bundled": true }