Keep track of every change to the YCloud API.
2023-09-07
- Add Contacts API
/v2/contact/contacts
. Use it to create, update, or delete your contacts.
2023-07-05
- Add
conversation.type
to the WhatsApp message object. If present, possible values areFREE_ENTRY
,FREE_TIER
, andREGULAR
. - Add
isOfficialBusinessAccount
to the WhatsApp phone number object.
2023-06-01
- Add rate limit headers to each response. See also Rate Limits.
2023-05-26
- Add webhook event type
whatsapp.template.quality_updated
to help you keep track of WhatsApp Template Quality Rating updates. See Webhook Events & Payloads. - Add
quaityRating
to the WhatsApp Template object.
2023-05-16
- Add WhatsApp messaging API
/v2/whatsapp/messages/sendDirectly
. See also WhatsApp Errors for error handling. - Add WhatsApp template deletion API
DELETE /v2/whatsapp/templates/{wabaId}/{name}/{language}
. - Add
whatsappApiError
to the response bodyerror
object. - Add
qualityUpdateEvent
to the WhatsApp Phone Number object. - Add
sendTime
,deliverTime
, andreadTime
to the WhatsApp Message object. - Add new value
TIER_NOT_SET
to enum WhatsApp Phone NumbermessagingLimit
.
2023-03-24
- WhatsApp conversations are charged when the first message of this conversation is
delivered
instead ofsent
. Thus, thetotalPrice
field of WhatsApp message objects is only an estimated price before the message is delivered, and it becomes the final price when thestatus
isdelivered
orread
. The balance taken up by those messages that are sent but haven't been delivered will not be available until the messages are dropped (Sent messages that are not delivered for 30 days are dropped). Theconversation.expireTime
is also an estimated expiration time until the first message of this conversation isdelivered
orread
. - Add webhook event type
whatsapp.template.category_updated
to help you keep track of WhatsApp template category changes. See WhatsApp template category updated payload. For more information about template category migration, see also First template category migration. - Add new WhatsApp conversation origin types:
authentication
,marketing
,utility
, andservice
. The switch to the new pricing model will be performed on June 1, 2023. See also New conversation rates, effective June 1, 2023. - Support creating Authentication Templates With One-Time Password Buttons, which will be available starting May 1, 2023, and will be mandatory starting May 29, 2023.
2023-03-09
- Add response header
YCloud-Request-ID
for each request. See Request ID. - Add
requestId
to the responseerror
object. See Errors. - Add new WhatsApp template categories:
AUTHENTICATION
, andUTILITY
. See also Pricing Change Launch Timeline