Release notes
A list of all the changes and enhancements that were introduced in our API. Use it to check whenever new endpoints are added, or changes are made.
April 5, 2023
✨ What's new
- The
assignedUser
attribute has been added to the Contact object - Users can now be assigned to a contact during creation or update by providing the assigned_user parameter with a user's email (eg.
john.doe@email.com
). Ensure that the provided email corresponds to a confirmed user in your account. - To unassign a user from a contact during an update, include the unassign_user parameter in the request body and set its value to true. This action will remove the assigned user from the contact.
March 3, 2023
✨ What's new
- Multi-language code snippets (
curl
,node
,go
,ruby
,php
,python
) for all the requests - Release Notes section
🛠️ Changes
- Contact now includes
custom_fields
custom_fields
,tags
can be passed in the body when creating or creating a contactphone_number
of Contact can't be updated anymore
January 17, 2023
✨ What's new
🛠️ Changes
- Allow to send Template Messages