productivity
Brevo CLI for AI Agents
Use the Brevo CLI from KosmoKrator to call Brevo tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Brevo CLI Setup
Brevo can be configured headlessly with `kosmokrator integrations:configure brevo`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure brevo --set api_key="$BREVO_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor brevo --json
kosmokrator integrations:status --json Credentials
Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
api_key | BREVO_API_KEY | Secret secret | yes | API Key |
url | BREVO_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call brevo.brevo_activate_ecommerce '{}' --json kosmo integrations:brevo brevo_activate_ecommerce '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs brevo --json
kosmo integrations:docs brevo.brevo_activate_ecommerce --json
kosmo integrations:schema brevo.brevo_activate_ecommerce --json
kosmo integrations:search "Brevo" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
brevo.brevo_activate_ecommerce
Activate eCommerce features for Brevo.
write - Parameters
- none
kosmo integrations:call brevo.brevo_activate_ecommerce '{}' --json kosmo integrations:brevo brevo_activate_ecommerce '{}' --json brevo.brevo_add_contacts_to_list
Add contacts to a contact list.
write - Parameters
- none
kosmo integrations:call brevo.brevo_add_contacts_to_list '{}' --json kosmo integrations:brevo brevo_add_contacts_to_list '{}' --json brevo.brevo_api_delete
Call any Brevo API DELETE endpoint path.
write - Parameters
- none
kosmo integrations:call brevo.brevo_api_delete '{}' --json kosmo integrations:brevo brevo_api_delete '{}' --json brevo.brevo_api_get
Call any Brevo API GET endpoint path.
read - Parameters
- none
kosmo integrations:call brevo.brevo_api_get '{}' --json kosmo integrations:brevo brevo_api_get '{}' --json brevo.brevo_api_patch
Call any Brevo API PATCH endpoint path.
write - Parameters
- none
kosmo integrations:call brevo.brevo_api_patch '{}' --json kosmo integrations:brevo brevo_api_patch '{}' --json brevo.brevo_api_post
Call any Brevo API POST endpoint path.
write - Parameters
- none
kosmo integrations:call brevo.brevo_api_post '{}' --json kosmo integrations:brevo brevo_api_post '{}' --json brevo.brevo_api_put
Call any Brevo API PUT endpoint path.
write - Parameters
- none
kosmo integrations:call brevo.brevo_api_put '{}' --json kosmo integrations:brevo brevo_api_put '{}' --json brevo.brevo_authenticate_sender_domain
Authenticate a sender domain.
write - Parameters
- none
kosmo integrations:call brevo.brevo_authenticate_sender_domain '{}' --json kosmo integrations:brevo brevo_authenticate_sender_domain '{}' --json brevo.brevo_batch_upsert_categories
Batch upsert eCommerce categories.
write - Parameters
- none
kosmo integrations:call brevo.brevo_batch_upsert_categories '{}' --json kosmo integrations:brevo brevo_batch_upsert_categories '{}' --json brevo.brevo_batch_upsert_custom_object_records
Batch upsert custom object records.
write - Parameters
- none
kosmo integrations:call brevo.brevo_batch_upsert_custom_object_records '{}' --json kosmo integrations:brevo brevo_batch_upsert_custom_object_records '{}' --json brevo.brevo_batch_upsert_order_statuses
Batch upsert eCommerce order statuses.
write - Parameters
- none
kosmo integrations:call brevo.brevo_batch_upsert_order_statuses '{}' --json kosmo integrations:brevo brevo_batch_upsert_order_statuses '{}' --json brevo.brevo_batch_upsert_products
Batch upsert eCommerce products.
write - Parameters
- none
kosmo integrations:call brevo.brevo_batch_upsert_products '{}' --json kosmo integrations:brevo brevo_batch_upsert_products '{}' --json brevo.brevo_create_attribute
Create a contact attribute.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_attribute '{}' --json kosmo integrations:brevo brevo_create_attribute '{}' --json brevo.brevo_create_blocked_domain
Create a blocked SMTP domain.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_blocked_domain '{}' --json kosmo integrations:brevo brevo_create_blocked_domain '{}' --json brevo.brevo_create_category
Create an eCommerce category.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_category '{}' --json kosmo integrations:brevo brevo_create_category '{}' --json brevo.brevo_create_contact
Create a contact.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_contact '{}' --json kosmo integrations:brevo brevo_create_contact '{}' --json brevo.brevo_create_email_campaign
Create an email campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_email_campaign '{}' --json kosmo integrations:brevo brevo_create_email_campaign '{}' --json brevo.brevo_create_event
Create a custom event.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_event '{}' --json kosmo integrations:brevo brevo_create_event '{}' --json brevo.brevo_create_events_batch
Create custom events in batch.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_events_batch '{}' --json kosmo integrations:brevo brevo_create_events_batch '{}' --json brevo.brevo_create_external_feed
Create an external feed.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_external_feed '{}' --json kosmo integrations:brevo brevo_create_external_feed '{}' --json brevo.brevo_create_folder
Create a contact folder.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_folder '{}' --json kosmo integrations:brevo brevo_create_folder '{}' --json brevo.brevo_create_inbound_attachment_download_token
Create an inbound attachment download token.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_inbound_attachment_download_token '{}' --json kosmo integrations:brevo brevo_create_inbound_attachment_download_token '{}' --json brevo.brevo_create_list
Create a contact list.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_list '{}' --json kosmo integrations:brevo brevo_create_list '{}' --json brevo.brevo_create_order_status
Create or update an eCommerce order status.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_order_status '{}' --json kosmo integrations:brevo brevo_create_order_status '{}' --json brevo.brevo_create_product
Create an eCommerce product.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_product '{}' --json kosmo integrations:brevo brevo_create_product '{}' --json brevo.brevo_create_sender
Create a sender.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_sender '{}' --json kosmo integrations:brevo brevo_create_sender '{}' --json brevo.brevo_create_sender_domain
Create a sender domain.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_sender_domain '{}' --json kosmo integrations:brevo brevo_create_sender_domain '{}' --json brevo.brevo_create_sms_campaign
Create an SMS campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_sms_campaign '{}' --json kosmo integrations:brevo brevo_create_sms_campaign '{}' --json brevo.brevo_create_smtp_template
Create an SMTP template.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_smtp_template '{}' --json kosmo integrations:brevo brevo_create_smtp_template '{}' --json brevo.brevo_create_webhook
Create a webhook.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_webhook '{}' --json kosmo integrations:brevo brevo_create_webhook '{}' --json brevo.brevo_create_whatsapp_campaign
Create a WhatsApp campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_whatsapp_campaign '{}' --json kosmo integrations:brevo brevo_create_whatsapp_campaign '{}' --json brevo.brevo_create_whatsapp_template
Create a WhatsApp template.
write - Parameters
- none
kosmo integrations:call brevo.brevo_create_whatsapp_template '{}' --json kosmo integrations:brevo brevo_create_whatsapp_template '{}' --json brevo.brevo_delete_attribute
Delete a contact attribute.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_attribute '{}' --json kosmo integrations:brevo brevo_delete_attribute '{}' --json brevo.brevo_delete_blocked_contact
Unblock an SMTP contact.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_blocked_contact '{}' --json kosmo integrations:brevo brevo_delete_blocked_contact '{}' --json brevo.brevo_delete_blocked_domain
Delete a blocked SMTP domain.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_blocked_domain '{}' --json kosmo integrations:brevo brevo_delete_blocked_domain '{}' --json brevo.brevo_delete_category
Delete an eCommerce category.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_category '{}' --json kosmo integrations:brevo brevo_delete_category '{}' --json brevo.brevo_delete_contact
Delete a contact.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_contact '{}' --json kosmo integrations:brevo brevo_delete_contact '{}' --json brevo.brevo_delete_email_campaign
Delete an email campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_email_campaign '{}' --json kosmo integrations:brevo brevo_delete_email_campaign '{}' --json brevo.brevo_delete_external_feed
Delete an external feed.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_external_feed '{}' --json kosmo integrations:brevo brevo_delete_external_feed '{}' --json brevo.brevo_delete_folder
Delete a contact folder.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_folder '{}' --json kosmo integrations:brevo brevo_delete_folder '{}' --json brevo.brevo_delete_list
Delete a contact list.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_list '{}' --json kosmo integrations:brevo brevo_delete_list '{}' --json brevo.brevo_delete_product
Delete an eCommerce product.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_product '{}' --json kosmo integrations:brevo brevo_delete_product '{}' --json brevo.brevo_delete_sender
Delete a sender.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_sender '{}' --json kosmo integrations:brevo brevo_delete_sender '{}' --json brevo.brevo_delete_sender_domain
Delete a sender domain.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_sender_domain '{}' --json kosmo integrations:brevo brevo_delete_sender_domain '{}' --json brevo.brevo_delete_sms_campaign
Delete an SMS campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_sms_campaign '{}' --json kosmo integrations:brevo brevo_delete_sms_campaign '{}' --json brevo.brevo_delete_smtp_template
Delete an SMTP template.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_smtp_template '{}' --json kosmo integrations:brevo brevo_delete_smtp_template '{}' --json brevo.brevo_delete_transactional_email
Delete a scheduled transactional email.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_transactional_email '{}' --json kosmo integrations:brevo brevo_delete_transactional_email '{}' --json brevo.brevo_delete_webhook
Delete a webhook.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_webhook '{}' --json kosmo integrations:brevo brevo_delete_webhook '{}' --json brevo.brevo_delete_whatsapp_campaign
Delete a WhatsApp campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_delete_whatsapp_campaign '{}' --json kosmo integrations:brevo brevo_delete_whatsapp_campaign '{}' --json brevo.brevo_download_inbound_attachment
Download an inbound attachment by download token.
read - Parameters
- none
kosmo integrations:call brevo.brevo_download_inbound_attachment '{}' --json kosmo integrations:brevo brevo_download_inbound_attachment '{}' --json brevo.brevo_export_contacts
Export contacts from Brevo.
write - Parameters
- none
kosmo integrations:call brevo.brevo_export_contacts '{}' --json kosmo integrations:brevo brevo_export_contacts '{}' --json brevo.brevo_export_webhooks
Export webhook logs.
write - Parameters
- none
kosmo integrations:call brevo.brevo_export_webhooks '{}' --json kosmo integrations:brevo brevo_export_webhooks '{}' --json brevo.brevo_get_account
Get Brevo account information.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_account '{}' --json kosmo integrations:brevo brevo_get_account '{}' --json brevo.brevo_get_category
Get an eCommerce category.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_category '{}' --json kosmo integrations:brevo brevo_get_category '{}' --json brevo.brevo_get_contact
Get a contact by email, phone, or identifier.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_contact '{}' --json kosmo integrations:brevo brevo_get_contact '{}' --json brevo.brevo_get_email_campaign
Get an email campaign.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_email_campaign '{}' --json kosmo integrations:brevo brevo_get_email_campaign '{}' --json brevo.brevo_get_email_status
Get transactional email status by identifier.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_email_status '{}' --json kosmo integrations:brevo brevo_get_email_status '{}' --json brevo.brevo_get_external_feed
Get an external feed.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_external_feed '{}' --json kosmo integrations:brevo brevo_get_external_feed '{}' --json brevo.brevo_get_folder
Get a contact folder.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_folder '{}' --json kosmo integrations:brevo brevo_get_folder '{}' --json brevo.brevo_get_inbound_event
Get an inbound parsing event.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_inbound_event '{}' --json kosmo integrations:brevo brevo_get_inbound_event '{}' --json brevo.brevo_get_list
Get a contact list.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_list '{}' --json kosmo integrations:brevo brevo_get_list '{}' --json brevo.brevo_get_process
Get process status.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_process '{}' --json kosmo integrations:brevo brevo_get_process '{}' --json brevo.brevo_get_product
Get an eCommerce product.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_product '{}' --json kosmo integrations:brevo brevo_get_product '{}' --json brevo.brevo_get_sender_domain
Get a sender domain.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_sender_domain '{}' --json kosmo integrations:brevo brevo_get_sender_domain '{}' --json brevo.brevo_get_sms_campaign
Get an SMS campaign.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_sms_campaign '{}' --json kosmo integrations:brevo brevo_get_sms_campaign '{}' --json brevo.brevo_get_smtp_aggregated_report
Get SMTP aggregated report.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_smtp_aggregated_report '{}' --json kosmo integrations:brevo brevo_get_smtp_aggregated_report '{}' --json brevo.brevo_get_smtp_template
Get an SMTP template.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_smtp_template '{}' --json kosmo integrations:brevo brevo_get_smtp_template '{}' --json brevo.brevo_get_transactional_email
Get a transactional email log by UUID.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_transactional_email '{}' --json kosmo integrations:brevo brevo_get_transactional_email '{}' --json brevo.brevo_get_transactional_sms_aggregated_report
Get transactional SMS aggregated report.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_transactional_sms_aggregated_report '{}' --json kosmo integrations:brevo brevo_get_transactional_sms_aggregated_report '{}' --json brevo.brevo_get_webhook
Get a webhook.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_webhook '{}' --json kosmo integrations:brevo brevo_get_webhook '{}' --json brevo.brevo_get_whatsapp_campaign
Get a WhatsApp campaign.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_whatsapp_campaign '{}' --json kosmo integrations:brevo brevo_get_whatsapp_campaign '{}' --json brevo.brevo_get_whatsapp_config
Get WhatsApp configuration.
read - Parameters
- none
kosmo integrations:call brevo.brevo_get_whatsapp_config '{}' --json kosmo integrations:brevo brevo_get_whatsapp_config '{}' --json brevo.brevo_import_contacts
Import contacts into Brevo.
write - Parameters
- none
kosmo integrations:call brevo.brevo_import_contacts '{}' --json kosmo integrations:brevo brevo_import_contacts '{}' --json brevo.brevo_list_attributes
List contact attributes.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_attributes '{}' --json kosmo integrations:brevo brevo_list_attributes '{}' --json brevo.brevo_list_blocked_contacts
List blocked SMTP contacts.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_blocked_contacts '{}' --json kosmo integrations:brevo brevo_list_blocked_contacts '{}' --json brevo.brevo_list_blocked_domains
List blocked SMTP domains.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_blocked_domains '{}' --json kosmo integrations:brevo brevo_list_blocked_domains '{}' --json brevo.brevo_list_categories
List eCommerce categories.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_categories '{}' --json kosmo integrations:brevo brevo_list_categories '{}' --json brevo.brevo_list_contacts
List contacts in Brevo.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_contacts '{}' --json kosmo integrations:brevo brevo_list_contacts '{}' --json brevo.brevo_list_contacts_in_list
List contacts in a contact list.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_contacts_in_list '{}' --json kosmo integrations:brevo brevo_list_contacts_in_list '{}' --json brevo.brevo_list_custom_object_records
List custom object records.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_custom_object_records '{}' --json kosmo integrations:brevo brevo_list_custom_object_records '{}' --json brevo.brevo_list_email_campaigns
List email campaigns.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_email_campaigns '{}' --json kosmo integrations:brevo brevo_list_email_campaigns '{}' --json brevo.brevo_list_events
List custom events.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_events '{}' --json kosmo integrations:brevo brevo_list_events '{}' --json brevo.brevo_list_external_feeds
List external feeds.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_external_feeds '{}' --json kosmo integrations:brevo brevo_list_external_feeds '{}' --json brevo.brevo_list_folder_lists
List contact lists in a folder.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_folder_lists '{}' --json kosmo integrations:brevo brevo_list_folder_lists '{}' --json brevo.brevo_list_folders
List contact folders.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_folders '{}' --json kosmo integrations:brevo brevo_list_folders '{}' --json brevo.brevo_list_inbound_events
List inbound parsing events.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_inbound_events '{}' --json kosmo integrations:brevo brevo_list_inbound_events '{}' --json brevo.brevo_list_lists
List contact lists.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_lists '{}' --json kosmo integrations:brevo brevo_list_lists '{}' --json brevo.brevo_list_products
List eCommerce products.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_products '{}' --json kosmo integrations:brevo brevo_list_products '{}' --json brevo.brevo_list_sender_domains
List sender domains.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_sender_domains '{}' --json kosmo integrations:brevo brevo_list_sender_domains '{}' --json brevo.brevo_list_senders
List senders.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_senders '{}' --json kosmo integrations:brevo brevo_list_senders '{}' --json brevo.brevo_list_sms_campaigns
List SMS campaigns.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_sms_campaigns '{}' --json kosmo integrations:brevo brevo_list_sms_campaigns '{}' --json brevo.brevo_list_smtp_events
List SMTP events.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_smtp_events '{}' --json kosmo integrations:brevo brevo_list_smtp_events '{}' --json brevo.brevo_list_smtp_reports
List SMTP reports.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_smtp_reports '{}' --json kosmo integrations:brevo brevo_list_smtp_reports '{}' --json brevo.brevo_list_smtp_templates
List SMTP templates.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_smtp_templates '{}' --json kosmo integrations:brevo brevo_list_smtp_templates '{}' --json brevo.brevo_list_transactional_emails
List transactional email logs.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_transactional_emails '{}' --json kosmo integrations:brevo brevo_list_transactional_emails '{}' --json brevo.brevo_list_transactional_sms_events
List transactional SMS events.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_transactional_sms_events '{}' --json kosmo integrations:brevo brevo_list_transactional_sms_events '{}' --json brevo.brevo_list_transactional_sms_reports
List transactional SMS reports.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_transactional_sms_reports '{}' --json kosmo integrations:brevo brevo_list_transactional_sms_reports '{}' --json brevo.brevo_list_webhooks
List webhooks.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_webhooks '{}' --json kosmo integrations:brevo brevo_list_webhooks '{}' --json brevo.brevo_list_whatsapp_campaigns
List WhatsApp campaigns.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_whatsapp_campaigns '{}' --json kosmo integrations:brevo brevo_list_whatsapp_campaigns '{}' --json brevo.brevo_list_whatsapp_events
List WhatsApp transactional events.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_whatsapp_events '{}' --json kosmo integrations:brevo brevo_list_whatsapp_events '{}' --json brevo.brevo_list_whatsapp_templates
List WhatsApp templates.
read - Parameters
- none
kosmo integrations:call brevo.brevo_list_whatsapp_templates '{}' --json kosmo integrations:brevo brevo_list_whatsapp_templates '{}' --json brevo.brevo_remove_contacts_from_list
Remove contacts from a contact list.
write - Parameters
- none
kosmo integrations:call brevo.brevo_remove_contacts_from_list '{}' --json kosmo integrations:brevo brevo_remove_contacts_from_list '{}' --json brevo.brevo_send_email
Send a transactional email.
write - Parameters
- none
kosmo integrations:call brevo.brevo_send_email '{}' --json kosmo integrations:brevo brevo_send_email '{}' --json brevo.brevo_send_email_campaign_now
Send an email campaign immediately.
write - Parameters
- none
kosmo integrations:call brevo.brevo_send_email_campaign_now '{}' --json kosmo integrations:brevo brevo_send_email_campaign_now '{}' --json brevo.brevo_send_sms_campaign_now
Send an SMS campaign immediately.
write - Parameters
- none
kosmo integrations:call brevo.brevo_send_sms_campaign_now '{}' --json kosmo integrations:brevo brevo_send_sms_campaign_now '{}' --json brevo.brevo_send_smtp_template_test
Send a test for an SMTP template.
write - Parameters
- none
kosmo integrations:call brevo.brevo_send_smtp_template_test '{}' --json kosmo integrations:brevo brevo_send_smtp_template_test '{}' --json brevo.brevo_send_transactional_sms
Send a transactional SMS.
write - Parameters
- none
kosmo integrations:call brevo.brevo_send_transactional_sms '{}' --json kosmo integrations:brevo brevo_send_transactional_sms '{}' --json brevo.brevo_send_whatsapp_message
Send a transactional WhatsApp message.
write - Parameters
- none
kosmo integrations:call brevo.brevo_send_whatsapp_message '{}' --json kosmo integrations:brevo brevo_send_whatsapp_message '{}' --json brevo.brevo_send_whatsapp_template_for_approval
Send a WhatsApp template for approval.
write - Parameters
- none
kosmo integrations:call brevo.brevo_send_whatsapp_template_for_approval '{}' --json kosmo integrations:brevo brevo_send_whatsapp_template_for_approval '{}' --json brevo.brevo_update_attribute
Update a contact attribute.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_attribute '{}' --json kosmo integrations:brevo brevo_update_attribute '{}' --json brevo.brevo_update_category
Update an eCommerce category.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_category '{}' --json kosmo integrations:brevo brevo_update_category '{}' --json brevo.brevo_update_contact
Update a contact.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_contact '{}' --json kosmo integrations:brevo brevo_update_contact '{}' --json brevo.brevo_update_email_campaign
Update an email campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_email_campaign '{}' --json kosmo integrations:brevo brevo_update_email_campaign '{}' --json brevo.brevo_update_external_feed
Update an external feed.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_external_feed '{}' --json kosmo integrations:brevo brevo_update_external_feed '{}' --json brevo.brevo_update_folder
Update a contact folder.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_folder '{}' --json kosmo integrations:brevo brevo_update_folder '{}' --json brevo.brevo_update_list
Update a contact list.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_list '{}' --json kosmo integrations:brevo brevo_update_list '{}' --json brevo.brevo_update_product
Update an eCommerce product.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_product '{}' --json kosmo integrations:brevo brevo_update_product '{}' --json brevo.brevo_update_sender
Update a sender.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_sender '{}' --json kosmo integrations:brevo brevo_update_sender '{}' --json brevo.brevo_update_sms_campaign
Update an SMS campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_sms_campaign '{}' --json kosmo integrations:brevo brevo_update_sms_campaign '{}' --json brevo.brevo_update_smtp_template
Update an SMTP template.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_smtp_template '{}' --json kosmo integrations:brevo brevo_update_smtp_template '{}' --json brevo.brevo_update_webhook
Update a webhook.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_webhook '{}' --json kosmo integrations:brevo brevo_update_webhook '{}' --json brevo.brevo_update_whatsapp_campaign
Update a WhatsApp campaign.
write - Parameters
- none
kosmo integrations:call brevo.brevo_update_whatsapp_campaign '{}' --json kosmo integrations:brevo brevo_update_whatsapp_campaign '{}' --json brevo.brevo_upload_email_campaign_image
Upload an image for email campaigns.
write - Parameters
- none
kosmo integrations:call brevo.brevo_upload_email_campaign_image '{}' --json kosmo integrations:brevo brevo_upload_email_campaign_image '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
brevo.brevo_activate_ecommerce 0 parameters
kosmo integrations:schema brevo.brevo_activate_ecommerce --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_add_contacts_to_list 0 parameters
kosmo integrations:schema brevo.brevo_add_contacts_to_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_api_delete 0 parameters
kosmo integrations:schema brevo.brevo_api_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_api_get 0 parameters
kosmo integrations:schema brevo.brevo_api_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_api_patch 0 parameters
kosmo integrations:schema brevo.brevo_api_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_api_post 0 parameters
kosmo integrations:schema brevo.brevo_api_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_api_put 0 parameters
kosmo integrations:schema brevo.brevo_api_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_authenticate_sender_domain 0 parameters
kosmo integrations:schema brevo.brevo_authenticate_sender_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_batch_upsert_categories 0 parameters
kosmo integrations:schema brevo.brevo_batch_upsert_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_batch_upsert_custom_object_records 0 parameters
kosmo integrations:schema brevo.brevo_batch_upsert_custom_object_records --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_batch_upsert_order_statuses 0 parameters
kosmo integrations:schema brevo.brevo_batch_upsert_order_statuses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_batch_upsert_products 0 parameters
kosmo integrations:schema brevo.brevo_batch_upsert_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_attribute 0 parameters
kosmo integrations:schema brevo.brevo_create_attribute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_blocked_domain 0 parameters
kosmo integrations:schema brevo.brevo_create_blocked_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_category 0 parameters
kosmo integrations:schema brevo.brevo_create_category --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_contact 0 parameters
kosmo integrations:schema brevo.brevo_create_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_email_campaign 0 parameters
kosmo integrations:schema brevo.brevo_create_email_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_event 0 parameters
kosmo integrations:schema brevo.brevo_create_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_events_batch 0 parameters
kosmo integrations:schema brevo.brevo_create_events_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_external_feed 0 parameters
kosmo integrations:schema brevo.brevo_create_external_feed --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_folder 0 parameters
kosmo integrations:schema brevo.brevo_create_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_inbound_attachment_download_token 0 parameters
kosmo integrations:schema brevo.brevo_create_inbound_attachment_download_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_list 0 parameters
kosmo integrations:schema brevo.brevo_create_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_order_status 0 parameters
kosmo integrations:schema brevo.brevo_create_order_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_product 0 parameters
kosmo integrations:schema brevo.brevo_create_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_sender 0 parameters
kosmo integrations:schema brevo.brevo_create_sender --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_sender_domain 0 parameters
kosmo integrations:schema brevo.brevo_create_sender_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_sms_campaign 0 parameters
kosmo integrations:schema brevo.brevo_create_sms_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_smtp_template 0 parameters
kosmo integrations:schema brevo.brevo_create_smtp_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_webhook 0 parameters
kosmo integrations:schema brevo.brevo_create_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_whatsapp_campaign 0 parameters
kosmo integrations:schema brevo.brevo_create_whatsapp_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_create_whatsapp_template 0 parameters
kosmo integrations:schema brevo.brevo_create_whatsapp_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_attribute 0 parameters
kosmo integrations:schema brevo.brevo_delete_attribute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_blocked_contact 0 parameters
kosmo integrations:schema brevo.brevo_delete_blocked_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_blocked_domain 0 parameters
kosmo integrations:schema brevo.brevo_delete_blocked_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_category 0 parameters
kosmo integrations:schema brevo.brevo_delete_category --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_contact 0 parameters
kosmo integrations:schema brevo.brevo_delete_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_email_campaign 0 parameters
kosmo integrations:schema brevo.brevo_delete_email_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_external_feed 0 parameters
kosmo integrations:schema brevo.brevo_delete_external_feed --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_folder 0 parameters
kosmo integrations:schema brevo.brevo_delete_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_list 0 parameters
kosmo integrations:schema brevo.brevo_delete_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_product 0 parameters
kosmo integrations:schema brevo.brevo_delete_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_sender 0 parameters
kosmo integrations:schema brevo.brevo_delete_sender --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_sender_domain 0 parameters
kosmo integrations:schema brevo.brevo_delete_sender_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_sms_campaign 0 parameters
kosmo integrations:schema brevo.brevo_delete_sms_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_smtp_template 0 parameters
kosmo integrations:schema brevo.brevo_delete_smtp_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_transactional_email 0 parameters
kosmo integrations:schema brevo.brevo_delete_transactional_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_webhook 0 parameters
kosmo integrations:schema brevo.brevo_delete_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_delete_whatsapp_campaign 0 parameters
kosmo integrations:schema brevo.brevo_delete_whatsapp_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_download_inbound_attachment 0 parameters
kosmo integrations:schema brevo.brevo_download_inbound_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_export_contacts 0 parameters
kosmo integrations:schema brevo.brevo_export_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_export_webhooks 0 parameters
kosmo integrations:schema brevo.brevo_export_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_account 0 parameters
kosmo integrations:schema brevo.brevo_get_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_category 0 parameters
kosmo integrations:schema brevo.brevo_get_category --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_contact 0 parameters
kosmo integrations:schema brevo.brevo_get_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_email_campaign 0 parameters
kosmo integrations:schema brevo.brevo_get_email_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_email_status 0 parameters
kosmo integrations:schema brevo.brevo_get_email_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_external_feed 0 parameters
kosmo integrations:schema brevo.brevo_get_external_feed --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_folder 0 parameters
kosmo integrations:schema brevo.brevo_get_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_inbound_event 0 parameters
kosmo integrations:schema brevo.brevo_get_inbound_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_list 0 parameters
kosmo integrations:schema brevo.brevo_get_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_process 0 parameters
kosmo integrations:schema brevo.brevo_get_process --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_product 0 parameters
kosmo integrations:schema brevo.brevo_get_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_sender_domain 0 parameters
kosmo integrations:schema brevo.brevo_get_sender_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_sms_campaign 0 parameters
kosmo integrations:schema brevo.brevo_get_sms_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_smtp_aggregated_report 0 parameters
kosmo integrations:schema brevo.brevo_get_smtp_aggregated_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_smtp_template 0 parameters
kosmo integrations:schema brevo.brevo_get_smtp_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_transactional_email 0 parameters
kosmo integrations:schema brevo.brevo_get_transactional_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_transactional_sms_aggregated_report 0 parameters
kosmo integrations:schema brevo.brevo_get_transactional_sms_aggregated_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_webhook 0 parameters
kosmo integrations:schema brevo.brevo_get_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_whatsapp_campaign 0 parameters
kosmo integrations:schema brevo.brevo_get_whatsapp_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_get_whatsapp_config 0 parameters
kosmo integrations:schema brevo.brevo_get_whatsapp_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_import_contacts 0 parameters
kosmo integrations:schema brevo.brevo_import_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_attributes 0 parameters
kosmo integrations:schema brevo.brevo_list_attributes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_blocked_contacts 0 parameters
kosmo integrations:schema brevo.brevo_list_blocked_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_blocked_domains 0 parameters
kosmo integrations:schema brevo.brevo_list_blocked_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_categories 0 parameters
kosmo integrations:schema brevo.brevo_list_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_contacts 0 parameters
kosmo integrations:schema brevo.brevo_list_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_contacts_in_list 0 parameters
kosmo integrations:schema brevo.brevo_list_contacts_in_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_custom_object_records 0 parameters
kosmo integrations:schema brevo.brevo_list_custom_object_records --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_email_campaigns 0 parameters
kosmo integrations:schema brevo.brevo_list_email_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_events 0 parameters
kosmo integrations:schema brevo.brevo_list_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_external_feeds 0 parameters
kosmo integrations:schema brevo.brevo_list_external_feeds --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_folder_lists 0 parameters
kosmo integrations:schema brevo.brevo_list_folder_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_folders 0 parameters
kosmo integrations:schema brevo.brevo_list_folders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_inbound_events 0 parameters
kosmo integrations:schema brevo.brevo_list_inbound_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_lists 0 parameters
kosmo integrations:schema brevo.brevo_list_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_products 0 parameters
kosmo integrations:schema brevo.brevo_list_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_sender_domains 0 parameters
kosmo integrations:schema brevo.brevo_list_sender_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_senders 0 parameters
kosmo integrations:schema brevo.brevo_list_senders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_sms_campaigns 0 parameters
kosmo integrations:schema brevo.brevo_list_sms_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_smtp_events 0 parameters
kosmo integrations:schema brevo.brevo_list_smtp_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_smtp_reports 0 parameters
kosmo integrations:schema brevo.brevo_list_smtp_reports --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_smtp_templates 0 parameters
kosmo integrations:schema brevo.brevo_list_smtp_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_transactional_emails 0 parameters
kosmo integrations:schema brevo.brevo_list_transactional_emails --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_transactional_sms_events 0 parameters
kosmo integrations:schema brevo.brevo_list_transactional_sms_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_transactional_sms_reports 0 parameters
kosmo integrations:schema brevo.brevo_list_transactional_sms_reports --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_webhooks 0 parameters
kosmo integrations:schema brevo.brevo_list_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_whatsapp_campaigns 0 parameters
kosmo integrations:schema brevo.brevo_list_whatsapp_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_whatsapp_events 0 parameters
kosmo integrations:schema brevo.brevo_list_whatsapp_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_list_whatsapp_templates 0 parameters
kosmo integrations:schema brevo.brevo_list_whatsapp_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_remove_contacts_from_list 0 parameters
kosmo integrations:schema brevo.brevo_remove_contacts_from_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_send_email 0 parameters
kosmo integrations:schema brevo.brevo_send_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_send_email_campaign_now 0 parameters
kosmo integrations:schema brevo.brevo_send_email_campaign_now --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_send_sms_campaign_now 0 parameters
kosmo integrations:schema brevo.brevo_send_sms_campaign_now --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_send_smtp_template_test 0 parameters
kosmo integrations:schema brevo.brevo_send_smtp_template_test --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_send_transactional_sms 0 parameters
kosmo integrations:schema brevo.brevo_send_transactional_sms --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_send_whatsapp_message 0 parameters
kosmo integrations:schema brevo.brevo_send_whatsapp_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_send_whatsapp_template_for_approval 0 parameters
kosmo integrations:schema brevo.brevo_send_whatsapp_template_for_approval --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_attribute 0 parameters
kosmo integrations:schema brevo.brevo_update_attribute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_category 0 parameters
kosmo integrations:schema brevo.brevo_update_category --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_contact 0 parameters
kosmo integrations:schema brevo.brevo_update_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_email_campaign 0 parameters
kosmo integrations:schema brevo.brevo_update_email_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_external_feed 0 parameters
kosmo integrations:schema brevo.brevo_update_external_feed --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_folder 0 parameters
kosmo integrations:schema brevo.brevo_update_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_list 0 parameters
kosmo integrations:schema brevo.brevo_update_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_product 0 parameters
kosmo integrations:schema brevo.brevo_update_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_sender 0 parameters
kosmo integrations:schema brevo.brevo_update_sender --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_sms_campaign 0 parameters
kosmo integrations:schema brevo.brevo_update_sms_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_smtp_template 0 parameters
kosmo integrations:schema brevo.brevo_update_smtp_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_webhook 0 parameters
kosmo integrations:schema brevo.brevo_update_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_update_whatsapp_campaign 0 parameters
kosmo integrations:schema brevo.brevo_update_whatsapp_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
brevo.brevo_upload_email_campaign_image 0 parameters
kosmo integrations:schema brevo.brevo_upload_email_campaign_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.