Automated Back-in-Stock Alerts
- Real-time inventory monitoring with new stock product parameter
- Captures customer intent via Subscription API or plugin
- Sends personalized email notifications with pre-built workflow
Check it out here: https://developers.brevo.com/reference/createproductalert
Custom objects now supported in events
- Event creation now supports custom objects.
- Enables hybrid contact/object event scenarios (e.g. trigger an automation when a quote is created).
- Improves autonomy in setting up custom object workflows.
Check it out here: https://developers.brevo.com/reference/createevent
Generate Rendered Preview of a Transactional Template
This new endpoint allows developers to generate a rendered HTML preview of a transactional email template using dynamic parameters or a contacts attributes.
Use Cases:
- Preview how a transactional template will render with real or test data.
- Validate personalization variables before sending emails.
- Automate template rendering in backend systems.
Route: Generate the rendered preview of transactional template
Deprecated Endpoint: POST /v3/transactionalSMS/sms
We’ve deprecated the former transactional SMS endpoint in favor of a more stable and simplified version.
While the deprecated endpoint will remain operational for an undetermined period, we recommend migrating to the new version.
Deprecated endpoint
POST [https://api.brevo.com/v3/transactionalSMS/sms](https://api.brevo.com/v3/transactionalSMS/sms)
Deprecated response payload
New endpoint
POST [https://api.brevo.com/v3/transactionalSMS/send](https://api.brevo.com/v3/transactionalSMS/send)
Current response payload
API Rate Limit Changes for GET /smtp/emails
We have introduced a new rate limit for GET /smtp/emails endpoint to improve system stability
New rate limits based on your account type:
Self-Service: 2 requests/second → 7,200 requests/hour
**Enterprise: ** 3 requests/second → 10,800 requests/hour
More information on our rate limit guide
Proxy open event supported for Marketing webhooks
Event proxy_open is now supported for Marketing Email webhooks.
Route: Create a webhook
New attribute type in Contacts attributes
A new User attribute type has been added for Contacts. Now, you can create custom attributes with dropdown values populated by your account’s invited users.
There are some points to consider for the new attribute type:
- User attribute can be created from the Contact settings page and Contacts endpoints
- User attributes can be imported by passing the valid email id or User ID of the user
- Exporting the User attributes results in exporting the email id of the users in the csv
- You can create segments using this new attribute type
- At present, you can only create maximum 20 User attributes for an account
Additional attribute in orders object in eCommerce
Previously, we had metainfo field for Products object so that users can enter additional information about the Product e.g. Brand Name, Color, SKU etc. We have now added the same for Orders object.
Route: Managing the status of the order
Route: Create orders in batch
Sales platform features permission set renamed
The permission set for sales_platform feature has been renamed from delete_owned_deals to delete_deals. The endpoints affected are:
Route: Send invitation to user
Route: Update permission for a user
Brevo loyalty endpoints release
Brevo Loyalty causes customers to remain customers for a longer time through meaningful engagement. Loyalty programs encourage increased purchase frequency and higher average cart value. It gives you insights into your customers interactions so you can adapt to their preferences. The endpoints consist of Rewards and Programs.
Route: Program endpoints
Route: Rewards endpoints
New optional response key in create and update contact response
New response key named metadata is added for create-contact and update-contact routes. This key is optional in response and is used for providing more information for the errors, if needed.
Route: Create a contact
Route: Update a contact