{
  "name": "Brevo",
  "slug": "brevo",
  "website_url": "https://www.brevo.com",
  "vendor_description": "Brevo is the most intuitive all-in-one customer engagement platform: email and SMS marketing, automation, CRM, live chat, and transactional email.",
  "categories": [
    "email"
  ],
  "summary": "Brevo is an all-in-one customer engagement platform spanning transactional and marketing email, SMS, WhatsApp, automation, and CRM. The REST API supports API-key and OAuth2 auth, webhooks, seven SDKs, and an official MCP server. Pricing is published and self-serve with a free tier of 300 emails/day and paid plans from $9/month, and the platform is GDPR and ISO 27001 compliant with a published SLA. Used by eBay, H&M, and Louis Vuitton.",
  "capabilities": {
    "supported_actions": [
      "send_transactional_email",
      "send_batch_transactional_emails",
      "list_transactional_emails",
      "get_transactional_email_content",
      "get_blocked_contacts",
      "get_blocked_domains",
      "block_domain",
      "delete_transactional_email_log",
      "get_scheduled_email_status",
      "delete_scheduled_email",
      "create_email_template",
      "list_email_templates",
      "get_email_template",
      "update_email_template",
      "delete_email_template",
      "send_transactional_sms",
      "get_sms_aggregated_statistics",
      "get_sms_daily_statistics",
      "get_sms_events",
      "send_whatsapp_message",
      "get_whatsapp_events",
      "create_whatsapp_campaign",
      "list_whatsapp_campaigns",
      "get_whatsapp_campaign",
      "update_whatsapp_campaign",
      "delete_whatsapp_campaign",
      "list_whatsapp_templates",
      "create_whatsapp_template",
      "submit_whatsapp_template_for_approval",
      "get_whatsapp_config",
      "create_contact",
      "list_contacts",
      "get_contact",
      "update_contact",
      "delete_contact",
      "import_contacts",
      "export_contacts",
      "list_contact_attributes",
      "create_contact_attribute",
      "delete_contact_attribute",
      "create_contact_list",
      "list_contact_lists",
      "get_contact_list",
      "update_contact_list",
      "delete_contact_list",
      "add_contacts_to_list",
      "remove_contacts_from_list",
      "create_contact_folder",
      "list_contact_folders",
      "get_contact_folder",
      "update_contact_folder",
      "delete_contact_folder",
      "list_folder_lists",
      "create_contact_segment",
      "list_contact_segments",
      "get_contact_segment",
      "update_contact_segment",
      "delete_contact_segment",
      "create_email_campaign",
      "list_email_campaigns",
      "get_email_campaign",
      "update_email_campaign",
      "delete_email_campaign",
      "send_email_campaign",
      "send_email_campaign_test",
      "upload_campaign_image",
      "create_sms_campaign",
      "list_sms_campaigns",
      "get_sms_campaign",
      "update_sms_campaign",
      "delete_sms_campaign",
      "send_sms_campaign",
      "send_sms_campaign_test",
      "get_sms_campaign_statistics",
      "create_webhook",
      "list_webhooks",
      "get_webhook",
      "update_webhook",
      "delete_webhook",
      "export_webhook_events",
      "list_inbound_events",
      "get_inbound_event",
      "download_inbound_attachment",
      "get_account_info",
      "track_event",
      "batch_track_events",
      "create_order",
      "get_order",
      "update_order_status",
      "create_product",
      "get_product",
      "update_product",
      "delete_product",
      "list_products",
      "create_custom_object",
      "get_custom_object",
      "update_custom_object",
      "delete_custom_object",
      "list_custom_objects",
      "create_conversation",
      "get_conversation",
      "list_conversations",
      "get_conversation_message",
      "send_conversation_message"
    ],
    "supported_regions": [
      "Global"
    ],
    "supported_languages": [],
    "input_types": [
      "JSON",
      "HTML",
      "plain text",
      "CSV",
      "multipart/form-data"
    ],
    "output_types": [
      "JSON",
      "CSV"
    ],
    "webhooks_supported": true,
    "sandbox_available": true,
    "sdk_languages": [
      "Node.js",
      "Python",
      "PHP",
      "Java",
      "C#",
      "Go",
      "Ruby"
    ],
    "mcp_server_available": true
  },
  "integration": {
    "api_style": "rest",
    "base_url": "https://api.brevo.com/v3/",
    "api_version": "v3",
    "versioning_scheme": "url",
    "stability": "ga",
    "deprecation_policy_url": null,
    "auth_methods": [
      "api_key",
      "oauth2"
    ],
    "auth_docs_url": "https://developers.brevo.com/docs/authentication-schemes",
    "idempotency_supported": null,
    "error_format": "vendor-specific",
    "webhook_signing": null,
    "webhook_events_url": "https://developers.brevo.com/docs/how-to-use-webhooks",
    "rate_limit_requests": null,
    "rate_limit_window": null,
    "sdk_packages": [
      {
        "stars": 119,
        "package": "@getbrevo/brevo",
        "archived": false,
        "language": "Node.js",
        "official": true,
        "repo_url": "https://github.com/getbrevo/brevo-node",
        "last_pushed_at": "2026-05-15T08:20:49Z"
      },
      {
        "stars": 34,
        "package": "brevo-python",
        "archived": false,
        "language": "Python",
        "official": true,
        "repo_url": "https://github.com/getbrevo/brevo-python",
        "last_pushed_at": "2026-05-15T09:07:56Z"
      },
      {
        "stars": 100,
        "package": "getbrevo/brevo-php",
        "archived": false,
        "language": "PHP",
        "official": true,
        "repo_url": "https://github.com/getbrevo/brevo-php",
        "last_pushed_at": "2026-05-15T08:57:05Z"
      },
      {
        "stars": 15,
        "package": "com.brevo:brevo",
        "archived": false,
        "language": "Java",
        "official": true,
        "repo_url": "https://github.com/getbrevo/brevo-java",
        "last_pushed_at": "2026-05-04T09:34:27Z"
      },
      {
        "stars": 13,
        "package": "brevo_csharp",
        "archived": false,
        "language": "C#",
        "official": true,
        "repo_url": "https://github.com/getbrevo/brevo-csharp",
        "last_pushed_at": "2026-02-13T09:55:58Z"
      },
      {
        "stars": 31,
        "package": "github.com/getbrevo/brevo-go",
        "archived": false,
        "language": "Go",
        "official": true,
        "repo_url": "https://github.com/getbrevo/brevo-go",
        "last_pushed_at": "2025-02-07T11:08:56Z"
      },
      {
        "stars": 21,
        "package": "brevo",
        "archived": false,
        "language": "Ruby",
        "official": true,
        "repo_url": "https://github.com/getbrevo/brevo-ruby",
        "last_pushed_at": "2025-06-25T16:37:48Z"
      }
    ],
    "mcp_url": "https://developers.brevo.com/_mcp/server",
    "quickstart_url": "https://developers.brevo.com/reference/quickstart-reference"
  },
  "pricing": {
    "pricing_model": "hybrid",
    "has_published_pricing": true,
    "starting_price_usd": "9.0000",
    "price_basis": "month",
    "free_tier_available": true,
    "free_tier_limit": "300 emails/day",
    "free_tier_details": "Free forever, no credit card needed, no time limit. Includes 300 daily email sends (unused sends do not carry over), storage for up to 100,000 contacts, multi-channel marketing automation for up to 2,000 unique contacts, free sales features, outbound webhooks, email support. Emails include mandatory 'Sent with Brevo' branding.",
    "minimum_commitment": null,
    "self_serve_signup": true,
    "requires_sales_call": false,
    "requires_verification": false,
    "enterprise_plan_available": true,
    "price_points": [
      {
        "plan": "Free",
        "item": "300 emails",
        "amount_usd": "0.0000",
        "amount_percent": null,
        "per": "day",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": "Starter",
        "item": "5,000 emails",
        "amount_usd": "9.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": "Starter",
        "item": "5,000 emails",
        "amount_usd": "8.0800",
        "amount_percent": null,
        "per": "month (annual billing)",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": "Standard",
        "item": "5,000 emails",
        "amount_usd": "18.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": "Standard",
        "item": "5,000 emails",
        "amount_usd": "16.1700",
        "amount_percent": null,
        "per": "month (annual billing)",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": "Professional",
        "item": "150,000 emails",
        "amount_usd": "499.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": "Professional",
        "item": "150,000 emails",
        "amount_usd": "449.0800",
        "amount_percent": null,
        "per": "month (annual billing)",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": null,
        "item": "yearly billing discount",
        "amount_usd": null,
        "amount_percent": "10.0000",
        "per": "year",
        "currency": "USD",
        "source_url": "https://www.brevo.com/pricing/"
      },
      {
        "plan": "Starter",
        "item": "Remove Brevo logo",
        "amount_usd": "9.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://help.brevo.com/hc/en-us/articles/4409354969746-Customize-your-plan-with-add-ons"
      },
      {
        "plan": null,
        "item": "Sales Essentials seat",
        "amount_usd": "31.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://help.brevo.com/hc/en-us/articles/4409354969746-Customize-your-plan-with-add-ons"
      },
      {
        "plan": null,
        "item": "Sales Advanced seat",
        "amount_usd": "64.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://help.brevo.com/hc/en-us/articles/4409354969746-Customize-your-plan-with-add-ons"
      },
      {
        "plan": "Standard",
        "item": "additional marketing seat",
        "amount_usd": "9.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://help.brevo.com/hc/en-us/articles/4409354969746-Customize-your-plan-with-add-ons"
      },
      {
        "plan": null,
        "item": "Dedicated IP",
        "amount_usd": "251.0000",
        "amount_percent": null,
        "per": "year",
        "currency": "USD",
        "source_url": "https://help.brevo.com/hc/en-us/articles/4409354969746-Customize-your-plan-with-add-ons"
      },
      {
        "plan": "Professional",
        "item": "SAML SSO",
        "amount_usd": "324.0000",
        "amount_percent": null,
        "per": "month",
        "currency": "USD",
        "source_url": "https://help.brevo.com/hc/en-us/articles/4409354969746-Customize-your-plan-with-add-ons"
      }
    ]
  },
  "compliance": {
    "soc2": null,
    "hipaa": null,
    "gdpr": true,
    "iso_27001": true,
    "pci_dss": null,
    "sla_published": true,
    "sla_url": "https://www.brevo.com/legal/termsofuse/",
    "data_retention_policy_url": "https://help.brevo.com/hc/en-us/articles/19317424653586-FAQs-About-the-data-retention-policy-for-email-events",
    "documented_rate_limits": "Rate limits expressed in RPS (Requests per second) and RPH (Requests per hour). General tier: POST /v3/smtp/email 1,000 RPS / 3,600,000 RPH; POST /v3/transactionalSMS/send 150 RPS / 540,000 RPH; POST /v3/events 10 RPS / 36,000 RPH; POST /v3/contacts/* 10 RPS / 36,000 RPH; GET /v3/smtp/emails 2 RPS / 7,200 RPH; all other endpoints 100 RPH. Advanced tier (Professional/Enterprise): POST /v3/smtp/email 2,000 RPS / 7,200,000 RPH; POST /v3/transactionalSMS/send 200 RPS / 720,000 RPH. Extended tier (Enterprise only): POST /v3/smtp/email 6,000 RPS; POST /v3/transactionalSMS/send 250 RPS.",
    "known_restrictions": [
      "Free plan limited to 300 daily email sends; unused sends do not carry over",
      "Free plan emails always include 'Sent with Brevo' sticker; cannot be removed",
      "Free plan allows up to 2,000 unique contacts in active automations",
      "Batch transactional email: 'Send up to 1000 email messages in one API call; Execute the endpoint up to 6000 times per hour (100 times per minute)'",
      "Subscriptions are fixed-term contracts and non-cancellable prior to the end of the ongoing subscription period",
      "As of May 5th, 2025, Brevo no longer supports sending SMS messages to Singapore"
    ]
  },
  "developer": {
    "docs_url": "https://developers.brevo.com",
    "api_reference_url": null,
    "openapi_spec_url": null,
    "postman_collection_url": null,
    "changelog_url": "https://www.brevo.com/releases",
    "status_page_url": "https://status.brevo.com",
    "llms_txt_url": null,
    "markdown_docs_url": null
  },
  "adoption": {
    "launched_at": "2012-01-01",
    "ga_date": null,
    "github_stars": null,
    "github_stars_at": null,
    "notable_customers": [
      "eBay",
      "H&M",
      "Louis Vuitton",
      "Sodexo",
      "Carrefour",
      "Michelin",
      "Florida Trend",
      "Bodybuilding.com",
      "Amnesty International"
    ]
  },
  "scores": {
    "agent_friendliness": null,
    "pricing_transparency": null,
    "setup_speed": null,
    "docs_quality": null,
    "procurement_friction": null,
    "trust_readiness": null,
    "best_for": [],
    "avoid_if": []
  },
  "sources": [
    {
      "field": "documented_rate_limits",
      "url": "https://developers.brevo.com/docs/api-limits",
      "excerpt": null,
      "confidence": "high"
    },
    {
      "field": "vendor_description",
      "url": "http://brevo.com/",
      "excerpt": "Brevo is the most intuitive all-in-one customer engagement platform: email and SMS marketing, automation, CRM, live chat, and transactional email.",
      "confidence": "high"
    },
    {
      "field": "output_types",
      "url": "http://developers.brevo.com/",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "sdk_languages",
      "url": "http://developers.brevo.com/docs/api-clients",
      "excerpt": "Official Java SDK for the Brevo API. C#. Official C# SDK for the Brevo API. Go. Official Go SDK for the Brevo API. Ruby. Official Ruby SDK for the Brevo API.",
      "confidence": "high"
    },
    {
      "field": "sdk_languages",
      "url": "https://developers.brevo.com/guides/php",
      "excerpt": "The Brevo PHP SDK ( getbrevo/brevo-php ) is a type-safe client library for the Brevo API.",
      "confidence": "high"
    },
    {
      "field": "free_tier_details",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": "Brevo Free forever, no credit card needed.",
      "confidence": "medium"
    },
    {
      "field": "free_tier_details",
      "url": "https://help.brevo.com/hc/en-us/articles/208589409-About-Brevo-s-pricing-plans",
      "excerpt": "Free 🎯 Starter From $9/month 🏅 Standard From $18/month 📈 Professional From $499/month includes 300 daily email sends and storage for up to 100,000 contacts.",
      "confidence": "medium"
    },
    {
      "field": "free_tier_details",
      "url": "http://help.brevo.com/hc/en-us/articles/208580669-FAQs-What-are-the-limits-of-the-Free-plan",
      "excerpt": "To learn more about which features are included or not in the Free plan, check our dedicated article About Brevo pricing and plans or see our pricing page.",
      "confidence": "medium"
    },
    {
      "field": "name",
      "url": "http://brevo.com/",
      "excerpt": "Brevo is the most intuitive all-in-one customer engagement platform",
      "confidence": "high"
    },
    {
      "field": "sla_published",
      "url": "http://brevo.com/legal/termsofuse",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "sla_published",
      "url": "https://engineering.brevo.com/slo-sli-and-sla/",
      "excerpt": "Balancing feature delivery and stability with data by having internal SLO, customer centric SLA and visual indicators or SLI.",
      "confidence": "medium"
    },
    {
      "field": "iso_27001",
      "url": "https://www.brevo.com/features/data-security/",
      "excerpt": "Multi-layered data security framework and ISO 27001:2013-certified practices ensure our products and your data are secure.",
      "confidence": "high"
    },
    {
      "field": "webhooks_supported",
      "url": "https://developers.brevo.com/docs/transactional-webhooks",
      "excerpt": "This page lists all transactional events you can track. Review the request schema and parameters for each event when building your Notify URL.",
      "confidence": "high"
    },
    {
      "field": "webhooks_supported",
      "url": "https://developers.brevo.com/reference/create-webhook",
      "excerpt": "Creates a new webhook to receive real-time notifications for specified events. Use this to: Set up event notifications for transactional or marketing emails",
      "confidence": "high"
    },
    {
      "field": "webhooks_supported",
      "url": "https://developers.brevo.com/docs/how-to-use-webhooks",
      "excerpt": "What is a webhook? Webhooks let multiple systems interconnect and keep actions consistent. They're also known as “URL callbacks” or “HTTP push calls”.",
      "confidence": "high"
    },
    {
      "field": "free_tier_available",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": "Brevo Free forever, no credit card needed.",
      "confidence": "high"
    },
    {
      "field": "free_tier_available",
      "url": "https://help.brevo.com/hc/en-us/articles/208589409-About-Brevo-s-pricing-plans",
      "excerpt": "Free 🎯 Starter From $9/month 🏅 Standard From $18/month 📈 Professional From $499/month includes 300 daily email sends and storage for up to 100,000 contacts.",
      "confidence": "high"
    },
    {
      "field": "minimum_commitment",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "supported_regions",
      "url": "https://help.brevo.com/hc/en-us/articles/208717449-Supported-countries-and-pricing-for-SMS-messages",
      "excerpt": "With Brevo, you can send SMS messages to recipients in a large number of",
      "confidence": "medium"
    },
    {
      "field": "supported_regions",
      "url": "https://help.brevo.com/hc/en-us/articles/4416961286674-Supported-countries-and-pricing-for-WhatsApp-messages",
      "excerpt": "With Brevo, you can send WhatsApp messages to recipients in over 130 countries.",
      "confidence": "medium"
    },
    {
      "field": "known_restrictions",
      "url": "https://developers.brevo.com/docs/batch-send-transactional-emails",
      "excerpt": "Send up to 1000 email messages in one API call; Execute the endpoint up to 6000 times per hour (100 times per minute).",
      "confidence": "medium"
    },
    {
      "field": "known_restrictions",
      "url": "https://help.brevo.com/hc/en-us/articles/208717449-Supported-countries-and-pricing-for-SMS-messages",
      "excerpt": "As of May 5th, 2025, Brevo no longer supports sending SMS messages to Singapore.",
      "confidence": "medium"
    },
    {
      "field": "self_serve_signup",
      "url": "https://developers.brevo.com/reference/quickstart-reference",
      "excerpt": "1. Get your API key. Generate an API key from your Brevo account. You'll need it to authenticate every request — copy it immediately, it's only shown once.",
      "confidence": "high"
    },
    {
      "field": "self_serve_signup",
      "url": "https://help.brevo.com/hc/en-us/articles/209467485-Create-and-manage-your-API-keys",
      "excerpt": "In this article, we will explain what an API key is and how you can create a new one or delete an existing one.",
      "confidence": "high"
    },
    {
      "field": "gdpr",
      "url": "https://www.brevo.com/legal/privacypolicy/",
      "excerpt": "The protection of your privacy and your personal data is a priority for Brevo and all of the entities within the group",
      "confidence": "medium"
    },
    {
      "field": "gdpr",
      "url": "https://help.brevo.com/hc/en-us/articles/360000454204-Guidelines-for-a-GDPR-compliant-sign-up-form",
      "excerpt": "Being GDPR compliant is crucial for several significant reasons: the potential for substantial fines due to non-compliance, the risk of losing your customers'",
      "confidence": "medium"
    },
    {
      "field": "website_url",
      "url": "http://brevo.com/",
      "excerpt": "Brevo is the most intuitive all-in-one customer engagement platform",
      "confidence": "high"
    },
    {
      "field": "primary_use_cases",
      "url": "http://brevo.com/",
      "excerpt": "Brevo is the most intuitive all-in-one customer engagement platform: email and SMS marketing, automation, CRM, live chat, and transactional email.",
      "confidence": "medium"
    },
    {
      "field": "primary_use_cases",
      "url": "http://developers.brevo.com/",
      "excerpt": "Email API > Blocked email domains",
      "confidence": "medium"
    },
    {
      "field": "supported_actions",
      "url": "http://developers.brevo.com/",
      "excerpt": "Email API > Blocked email domains [Add a new domain to the list of blocked domains]",
      "confidence": "medium"
    },
    {
      "field": "categories",
      "url": "http://brevo.com/",
      "excerpt": "Brevo is the most intuitive all-in-one customer engagement platform: email and SMS marketing, automation, CRM, live chat, and transactional email.",
      "confidence": "high"
    },
    {
      "field": "hipaa",
      "url": "https://www.brevo.com/features/data-security/",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "supported_languages",
      "url": "https://community.brevo.com/t/integration-brevo/48",
      "excerpt": "If yes, our support team is answering in six languages : French; English; Spanish; Portuguese; Italian; German.",
      "confidence": "high"
    },
    {
      "field": "soc2",
      "url": "https://www.brevo.com/features/data-security/",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "mcp_server_available",
      "url": "https://developers.brevo.com/docs/mcp-protocol",
      "excerpt": "The Brevo MCP Server lets you use AI assistants to interact with your Brevo account using natural language. Instead of navigating Brevo manually, you can ask",
      "confidence": "high"
    },
    {
      "field": "mcp_server_available",
      "url": "https://help.brevo.com/hc/en-us/articles/27978590646802-What-is-Model-Context-Protocol-MCP",
      "excerpt": "The Brevo MCP server lets you use AI assistants to interact with your Brevo account using natural language. Instead of navigating the Brevo interface",
      "confidence": "high"
    },
    {
      "field": "pci_dss",
      "url": "https://www.brevo.com/features/data-security/",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "pricing_model",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": "Brevo Free forever, no credit card needed. Monthly Yearly (-10%) USD ・ customizable points, tiers, and rewards—natively ・ $10.80 per month SMS campaigns.",
      "confidence": "high"
    },
    {
      "field": "pricing_model",
      "url": "https://help.brevo.com/hc/en-us/articles/208589409-About-Brevo-s-pricing-plans",
      "excerpt": "Free 🎯 Starter From $9/month 🏅 Standard From $18/month 📈 Professional From $499/month",
      "confidence": "high"
    },
    {
      "field": "has_published_pricing",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": null,
      "confidence": "high"
    },
    {
      "field": "has_published_pricing",
      "url": "https://help.brevo.com/hc/en-us/articles/208589409-About-Brevo-s-pricing-plans",
      "excerpt": "Starter From $9/month 🏅 Standard From $18/month 📈 Professional From $499/month",
      "confidence": "high"
    },
    {
      "field": "requires_sales_call",
      "url": "https://developers.brevo.com/reference/quickstart-reference",
      "excerpt": "1. Get your API key. Generate an API key from your Brevo account. You'll need it to authenticate every request — copy it immediately, it's only shown once.",
      "confidence": "high"
    },
    {
      "field": "requires_sales_call",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": "Brevo Free forever, no credit card needed.",
      "confidence": "high"
    },
    {
      "field": "enterprise_plan_available",
      "url": "https://developers.brevo.com/docs/api-limits",
      "excerpt": null,
      "confidence": "high"
    },
    {
      "field": "enterprise_plan_available",
      "url": "https://help.brevo.com/hc/en-us/articles/208589409-About-Brevo-s-pricing-plans",
      "excerpt": "Professional From $499/month",
      "confidence": "high"
    },
    {
      "field": "input_types",
      "url": "http://developers.brevo.com/",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "input_types",
      "url": "https://developers.brevo.com/docs/send-a-transactional-email",
      "excerpt": "Test the endpoint in the API Reference. Click “Try it” and enter your API key. The API reference interface doesn't support rich JSON",
      "confidence": "medium"
    },
    {
      "field": "sandbox_available",
      "url": "https://developers.brevo.com/docs/using-sandbox-mode",
      "excerpt": "Use sandbox mode to test transactional email requests without sending actual emails. This lets you validate your API integration in a safe testing environment.",
      "confidence": "high"
    },
    {
      "field": "webhook_events_url",
      "url": "https://developers.brevo.com/docs/how-to-use-webhooks",
      "excerpt": "To use webhooks, define a notification URL or endpoint on your side where Brevo will push event data whenever a webhook is triggered. Webhooks in Brevo. Brevo",
      "confidence": "high"
    },
    {
      "field": "base_url",
      "url": "https://developers.brevo.com/docs/how-it-works",
      "excerpt": "Base URL and versioning. All API requests use the base URL with version v3: 1, https://api.brevo.",
      "confidence": "high"
    },
    {
      "field": "free_tier_limit",
      "url": "https://help.brevo.com/hc/en-us/articles/208589409-About-Brevo-s-pricing-plans",
      "excerpt": "Starting from $0 per month. The Free plan is best for individuals who want to explore Brevo and send their first campaigns. It includes 300 daily email sends",
      "confidence": "high"
    },
    {
      "field": "fields_not_found",
      "url": "https://developers.brevo.com/docs/how-it-works",
      "excerpt": "Base URL and versioning. All API requests use the base URL with version v3: 1, https://api.brevo.",
      "confidence": "medium"
    },
    {
      "field": "fields_not_found",
      "url": "https://developers.brevo.com/docs/api-limits",
      "excerpt": "Calculate your rate limit allowance and distribute requests evenly across the time window.",
      "confidence": "medium"
    },
    {
      "field": "rate_limit_window",
      "url": "https://developers.brevo.com/docs/api-limits",
      "excerpt": "Calculate your rate limit allowance and distribute requests evenly across the time window. For example, with a limit of 1,000 RPS, you can send up to 60,000",
      "confidence": "medium"
    },
    {
      "field": "starting_price_usd",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": "$8 .08 per month. From 5,000 emails per month Email & SMS $10.80 per month SMS campaigns.",
      "confidence": "medium"
    },
    {
      "field": "starting_price_usd",
      "url": "https://www.emailvendorselection.com/brevo-pricing/",
      "excerpt": "The lowest monthly price is $9/month for 500 contacts with all features. This comes down to $7/month billed yearly.",
      "confidence": "medium"
    },
    {
      "field": "versioning_scheme",
      "url": "https://developers.brevo.com/docs/how-it-works",
      "excerpt": "Base URL and versioning. All API requests use the base URL with version v3: 1, https://api.brevo.",
      "confidence": "high"
    },
    {
      "field": "auth_docs_url",
      "url": "https://developers.brevo.com/docs/authentication-schemes",
      "excerpt": "See API Key authentication for setup instructions. OAuth 2.0 authentication. Use OAuth 2.0 when your application needs to act on behalf of a Brevo user.",
      "confidence": "high"
    },
    {
      "field": "price_basis",
      "url": "https://www.brevo.com/pricing/",
      "excerpt": "$8 .08 per month. From 5,000 emails per month",
      "confidence": "high"
    },
    {
      "field": "price_basis",
      "url": "https://www.emailvendorselection.com/brevo-pricing/",
      "excerpt": "The lowest monthly price is $9/month for 500 contacts with all features.",
      "confidence": "high"
    },
    {
      "field": "requires_verification",
      "url": "https://developers.brevo.com/docs/domain-authentication-and-verification",
      "excerpt": "After creating and managing your domains, you can authenticate and validate them. You need a valid domain name to authenticate. For the public endpoints,",
      "confidence": "medium"
    },
    {
      "field": "requires_verification",
      "url": "https://developers.brevo.com/docs/getting-started-with-senders-and-domains",
      "excerpt": "Verify the sender's email to confirm its authenticity, and authenticate the domain so the sender appears as verified. Learn more about the verification process",
      "confidence": "medium"
    },
    {
      "field": "api_style",
      "url": "https://developers.brevo.com/docs/how-it-works",
      "excerpt": "Base URL and versioning. All API requests use the base URL with version v3",
      "confidence": "high"
    },
    {
      "field": "api_style",
      "url": "https://github.com/getbrevo/brevo-ruby/blob/main/brevo.gemspec",
      "excerpt": "A RESTFul API that can be used with any languages.",
      "confidence": "high"
    },
    {
      "field": "idempotency_supported",
      "url": "https://developers.brevo.com/docs/api-limits",
      "excerpt": "Calculate your rate limit allowance and distribute requests evenly across the time window.",
      "confidence": "medium"
    },
    {
      "field": "notable_customers",
      "url": "https://www.brevo.com/press/",
      "excerpt": "customers around the world trust Brevo. Brevo client logo Louis Vuitton Brevo client logo Florida Trend Brevo client logo Bodybuilding.com",
      "confidence": "medium"
    },
    {
      "field": "mcp_url",
      "url": "https://developers.brevo.com/llms-full.txt",
      "excerpt": null,
      "confidence": "medium"
    },
    {
      "field": "ga_date",
      "url": "https://thrivethemes.com/docs/updating-to-sendinblue-now-brevo-v3-from-v2/",
      "excerpt": "V3 From V2 Brevo, formerly known as SendinBlue started the official deprecation of their API v2 in June 2020 and deprecated it completely in December 2022.",
      "confidence": "medium"
    },
    {
      "field": "stability",
      "url": "https://thrivethemes.com/docs/updating-to-sendinblue-now-brevo-v3-from-v2/",
      "excerpt": "V3 From V2 Brevo, formerly known as SendinBlue started the official deprecation of their API v2 in June 2020 and deprecated it completely in December 2022.",
      "confidence": "high"
    },
    {
      "field": "stability",
      "url": "https://developers.brevo.com/changelog",
      "excerpt": "The Update Multiple Contacts endpoint ( POST /contacts/batch ) will be deprecated on 30 October 2026.",
      "confidence": "high"
    },
    {
      "field": "data_retention_policy_url",
      "url": "https://help.brevo.com/hc/en-us/articles/19317424653586-FAQs-About-the-data-retention-policy-for-email-events",
      "excerpt": "From January 1st, 2025, if your account has accumulated more than 10 million email events, any events older than 24 months will be automatically deleted to",
      "confidence": "high"
    },
    {
      "field": "rate_limit_requests",
      "url": "https://developers.brevo.com/docs/api-limits",
      "excerpt": "Calculate your rate limit allowance and distribute requests evenly across the time window. For example, with a limit of 1,000 RPS, you can send up to 60,000",
      "confidence": "medium"
    },
    {
      "field": "deprecation_policy_url",
      "url": "https://www.brevo.com/legal/termsofuse/",
      "excerpt": "General Terms and Conditions; Appendix 1: Service-Specific Terms of Service; Appendix 2: Country-Specific Terms of Service",
      "confidence": "medium"
    },
    {
      "field": "deprecation_policy_url",
      "url": "https://developers.brevo.com/changelog",
      "excerpt": "The Update Multiple Contacts endpoint ( POST /contacts/batch ) will be deprecated on 30 October 2026.",
      "confidence": "medium"
    },
    {
      "field": "quickstart_url",
      "url": "https://developers.brevo.com/reference/quickstart-reference",
      "excerpt": "1. Get your API key. Generate an API key from your Brevo account. You'll need it to authenticate every request — copy it immediately, it's only shown once.",
      "confidence": "high"
    },
    {
      "field": "auth_methods",
      "url": "https://developers.brevo.com/docs/authentication-schemes",
      "excerpt": "See API Key authentication for setup instructions. OAuth 2.0 authentication. Use OAuth 2.0 when your application needs to act on behalf of a Brevo user.",
      "confidence": "high"
    },
    {
      "field": "auth_methods",
      "url": "https://developers.brevo.com/docs/api-key-authentication",
      "excerpt": "API keys authenticate your requests to the Brevo API. Generate an API key from your account settings and include it in the api-key header for each request.",
      "confidence": "high"
    },
    {
      "field": "api_version",
      "url": "https://developers.brevo.com/docs/how-it-works",
      "excerpt": "Base URL and versioning. All API requests use the base URL with version v3: 1, https://api.brevo.",
      "confidence": "high"
    },
    {
      "field": "sdk_packages",
      "url": "https://developers.brevo.com/docs/api-clients",
      "excerpt": "Official Java SDK for the Brevo API. C#. Official C# SDK for the Brevo API. Go. Official Go SDK for the Brevo API. Ruby. Official Ruby SDK for the Brevo API.",
      "confidence": "medium"
    },
    {
      "field": "sdk_packages",
      "url": "https://github.com/getbrevo/brevo-node",
      "excerpt": "⚠️ A New Version of this SDK is Available. brevo-node v5 is now the actively developed version of this library, built on a modern, unified client architecture.",
      "confidence": "medium"
    },
    {
      "field": "sdk_packages",
      "url": "https://www.npmjs.com/package/@getbrevo/brevo?activeTab=versions",
      "excerpt": "Brevo SDK for Node.js with TypeScript support.. Latest version: 5.0.4, last published: 2 months ago.",
      "confidence": "medium"
    },
    {
      "field": "sdk_packages",
      "url": "https://mvnrepository.com/artifact/com.brevo/brevo/1.0.0",
      "excerpt": "Brevo's API v3 Java Library.",
      "confidence": "medium"
    },
    {
      "field": "sdk_packages",
      "url": "https://www.nuget.org/packages/brevo_csharp/",
      "excerpt": "Brevo's API matches the OpenAPI v2 definition.",
      "confidence": "medium"
    },
    {
      "field": "sdk_packages",
      "url": "https://github.com/getbrevo/brevo-ruby",
      "excerpt": "Brevo's API exposes the entire Brevo features via a standardized programmatic interface. Build a gem Add this line to your application's Gemfile: gem 'brevo'",
      "confidence": "medium"
    },
    {
      "field": "sdk_packages",
      "url": "https://github.com/getbrevo/brevo-go",
      "excerpt": "This Golang package is automatically generated by the Swagger Codegen project and is reviewed and maintained by Brevo: API version: 3.x.x; Package version: 1.0.",
      "confidence": "medium"
    },
    {
      "field": "sdk_packages",
      "url": "https://github.com/getbrevo/brevo-php",
      "excerpt": "Brevo's API exposes the entire Brevo features via a standardized programmatic interface.",
      "confidence": "medium"
    },
    {
      "field": "error_format",
      "url": "https://developers.brevo.com/docs/how-it-works",
      "excerpt": "Base URL and versioning. All API requests use the base URL with version v3",
      "confidence": "medium"
    },
    {
      "field": "sla_url",
      "url": "https://www.brevo.com/legal/termsofuse/",
      "excerpt": "General Terms and Conditions; Appendix 1: Service-Specific Terms of Service; Appendix 2: Country-Specific Terms of Service",
      "confidence": "medium"
    },
    {
      "field": "launched_at",
      "url": "http://pitchbook.com/profiles/company/95110-30",
      "excerpt": "Formerly Known As\nMailinblue, Sendinblue\nWebsite\n[www.brevo.co\nWebsite. www.brevo.com.",
      "confidence": "medium"
    },
    {
      "field": "webhook_signing",
      "url": "https://developers.brevo.com/docs/secured-webhooks",
      "excerpt": "The cURL request above creates a webhook for transactional emails using the sent event, authenticated by adding the username and password to the URL. Bearer",
      "confidence": "medium"
    }
  ],
  "fields_not_found": [
    "ga_date",
    "idempotency_supported"
  ],
  "source_confidence": "high",
  "last_verified_at": "2026-06-06T00:00:00.000Z"
}