Limits for webhook creation
Route: https://developers.sendinblue.com/reference#createwebhook
The number of webhook creation (marketing + transactional) is now limited to a maximum of 40. If a client already has more than 40 webhooks, they will not be allowed to create any more until they delete some of the existing webhooks to bring the total count to less than 40.
Input validation made more accurate for update email campaigns API
Route: https://developers.sendinblue.com/reference#updateemailcampaign
Following rule, apart from existing ones, will also be followed for the validation of the request parameters from now on:
Input validation made more accurate for create email campaigns API
Route: https://developers.sendinblue.com/reference#createemailcampaign-1
Following rule, apart from existing ones, will also be followed for the validation of the request parameters from now on:
Request schema changed for Email & SMS sendReport routes
Following parameters have been removed from the input of the below APIs and will be ignored if passed in the request:
Added contact ID as an identifier in contacts route
You will now be able to use either the contact's ID
or the email
in Contacts API operations.
Added Sender id in send a transactional email
Send a transactional email has been extended and it's now possible to send a transactional email from a specific sender IP using sender id
parameter.
Extended statistics for A/B test results endpoint
Get AB Test Campaign Results has been extended and it's now possible to retrieve statistics
and clickedLinks
fields in the response.
Redirection URL in Create Contact via DOI
The Create Contact via DOI endpoint has been improved and now redirectionURL
can be referenced accordingly in the email template.
Added Child id as identifier for Reseller API Operations
You will now be able to use either the childId
or the childAuthKey
in Reseller API operations.
Create new Contact through a (Double Opt-In) Flow.
You can now create a new contact and trigger DOI flow to add it to your lists by just calling one endpoint. Simply pass your contact attributes
, the list_ids
where the contact has agreed to be present and a valid DOI templateId
.