Stay up to date with the latest improvements to the API.
externalId
to the contact model. Adds externalId
and source
as optional parameters to the Create Contact (POST /contacts
) request.externalId
and source
as optional parameters to the Update Contact (PATCH /contacts/:id
) request.GET /contacts
).null
.totalItems
result field for the paginated endpoints is not functioning as expected and is not returning the true total items count.restrictions
, to the objects in the response from list phone numbers (GET /phone-numbers
). The new property contains information about regional restrictions for outbound calling and messaging from a phone number.GET /calls
) where sending an empty participants param resulted in a 500 response. Sending an empty participants param will now result in a descriptive 400 response.GET /calls
' '
, '\n'
, etc.) resulted in a 500 error response. Now, this will respond with 400 and a validation error message instead.GET /calls
) where the user ID applied by default when the user ID parameter was not sent was being set to the workspace owner instead of the phone number owner.since
query parameter on “list calls” and “list messages” has been deprecated. It used to incorrectly behave as a createdBefore
. Please use createdAfter
instead, or createdBefore
to maintain current functionality.phoneNumberId
field for “send text message” has been deprecated. Please use from
instead./v0
endpoints have been deprecated. Please use /v1
instead.