Skip to main content

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.

March 11, 2024

✨ What's new

  • GET Contact Bot endpoint to get the bot associated with a specific contact.
  • POST Contact Bot endpoint to change the status of the bot associated with a specific contact.

March 5, 2024

🛠️ Changes

  • Get Contact By Phone endpoint now supports the channel_uuid parameter to search the contact by phone number and channel.

February 22, 2024

✨ What's new

February 20, 2024

✨ What's new

  • Added a new endpoint for listing all the team members belonging to a team.

🛠️ Changes

  • Send Message endpoint now supports an optional fields parameter to specify which fields to include in the response. This is useful to reduce the response size and speed up the API calls. Currently only contact is supported.

February 14, 2024

✨ What's new

  • Create contact endpoint now supports the channel_uuid parameter to create a contact associated with a specific channel.

February 9, 2024

✨ What's new

  • Channels API to manage your Callbell Channels programmatically. Use this endpoint to list, show and update your channels.

🛠️ Changes

  • Send Messages endpoint now supports the channel_uuid parameter to send a message to a specific channel.

January 11, 2024

✨ What's new

January 8, 2024

✨ What's new

Added information and examples about how to use Callbell with Zapier.

January 4, 2024

✨ What's new

  • Contact messages API to fetch all the messages of a contact. This endpoint is useful to fetch all the messages of a contact, the result is paginated and sorted by date.

December 19, 2023

✨ What's new

December 14, 2023

🛠️ Changes

  • Message Created Webhook event now includes the whole contact reference. This is useful to have further information about the contact without having to perform an extra API call.

November 30, 2023

✨ What's new

November 7, 2023

✨ What's new

June 29, 2023

🛠️ Changes

June 15, 2023

✨ What's new

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 contact
  • phone_number of Contact can't be updated anymore

January 17, 2023

✨ What's new

🛠️ Changes

November 11, 2022

✨ What's new

October 18, 2022

✨ What's new