{ "opencollection": "1.0.0", "info": { "name": "Brevo Contacts Agent Status Automated Messages API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Automated Messages", "type": "folder" }, "items": [ { "info": { "name": "Send an automated message", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/conversations/pushedMessages", "body": { "type": "json", "data": "{}" } }, "docs": "Creates and sends an automated message to a visitor. Automated messages can be used for proactive engagement, welcome messages, or scripted bot responses." }, { "info": { "name": "Get an automated message", "type": "http" }, "http": { "method": "GET", "url": "https://api.brevo.com/v3/conversations/pushedMessages/:pushedMessageId", "params": [ { "name": "pushedMessageId", "value": "", "type": "path", "description": "Unique identifier of the automated message." } ] }, "docs": "Retrieves the details of a specific automated message by its unique identifier." }, { "info": { "name": "Update an automated message", "type": "http" }, "http": { "method": "PUT", "url": "https://api.brevo.com/v3/conversations/pushedMessages/:pushedMessageId", "params": [ { "name": "pushedMessageId", "value": "", "type": "path", "description": "Unique identifier of the automated message." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the content of an existing automated message." }, { "info": { "name": "Delete an automated message", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.brevo.com/v3/conversations/pushedMessages/:pushedMessageId", "params": [ { "name": "pushedMessageId", "value": "", "type": "path", "description": "Unique identifier of the automated message." } ] }, "docs": "Permanently deletes an automated message." } ] } ], "bundled": true }