Nuevas funcionalidades Meta y Whatsapp Octubre 2025

NUEVAS FUNCIONALIDADES WHATSAPP

23 de octubre de 2025

Registro integrado

Los siguientes países/regiones ahora reciben apoyo para Coexistencia en Registro integrado:

  • Australia
  • Japón
  • Filipinas
  • Rusia
  • Corea del Sur
  • Turquía
  • Espacio Económico Europeo (EEE)
  • Unión Europea (UE)
  • Reino Unido (Reino Unido)

20 de octubre de 2025

API en la nube

Los ID de clic del anuncio no se incluirán en los entrantes mensajes de texto cargas útiles de webhooks que describen un mensaje entrante que se originó a partir de un Ubicación de anuncios de estado de WhatsApp.

17 de octubre de 2025

Registro integrado

Si no desea configurar y alojar el registro integrado código de implementación En su sitio web o portal de clientes, ahora puede utilizar Registro integrado alojado (“ES alojado”) en su lugar.

Hosted ES es una implementación preconfigurada de Embedded Signup alojada por Meta. Puede obtener un enlace a Hosted ES en el Panel de aplicaciones y agregarlo a su sitio web o portal de clientes. A los clientes comerciales que hagan clic en el enlace se les presentará una página web con un botón “Comenzar” que inicia el flujo de registro integrado:

16 de octubre de 2025

API en la nube, API de gestión empresarial

  • Webhooks de mensajes multimedia entrantes (mensajes de imagen, mensajes de vídeo, etc.) ahora incluya la URL multimedia del activo multimedia entrante, que está asignada al url propiedad.
  • Ahora puedes designar un mensaje de audio como un mensaje de voz . Los mensajes de voz entregados aparecen en el cliente de WhatsApp con un ícono de reproducción, un gráfico de forma de onda, una imagen de perfil y un ícono de micrófono. Si el destinatario lo ha habilitado transcripciones de mensajes de voz, también puede aparecer una transcripción de texto del mensaje:

8 de octubre de 2025

API en la nube, API de gestión empresarial

Registro integrado

Registro integrado versión 4 ya está disponible. La versión 4 proporciona una experiencia de incorporación simplificada y le permite incorporar clientes comerciales a múltiples productos (WhatsApp Cloud API, Marketing Messages Lite API, Anuncios que hacen clic en WhatsApp y el API de conversiones).

6 de octubre de 2025

API de grupos

Presentamos API de grupos de WhatsApp, que permite la creación y gestión programática de grupos en WhatsApp.

3 de octubre de 2025

Proveedores de soluciones

Verificación de acceso ya no es necesario convertirse en un Proveedor de tecnología.

1 de octubre de 2025

API en la nube, API de mensajes de marketing Lite, precios

Cambiado Tarifas de la plataforma empresarial WhatsApp.

  • Aumento de las tarifas de mensajes de marketing para los Emiratos Árabes Unidos.
  • Aumento de las tasas de mensajes de utilidad y autenticación para Colombia.
  • Disminución de las tasas de mensajes de marketing para México.
  • Disminución de las tasas de mensajes de utilidad y autenticación para Arabia Saudita, Argentina y Egipto.
  • Zimbabwe ahora está asignado a nuestra región del “Resto de África” frente a la del “Otro” A los mensajes entregados a usuarios de WhatsApp con un código de llamada de país +263 (Zimbabwe) ahora se les cobrarán tarifas de “Resto de África”.

NUEVAS FUNCIONALIDADES META

October 30, 2025

Starting November 3, 2025, the webhook payload for Instagram post shares will include two attachments: the existing share attachment and a new ig_post attachment. The payload now provides additional metadata, including media ID, URL, and title (caption).

If this change is not compatible with your app and you need more time to make updates, please contact our developer support team via the Meta Developer Support Portal to request exclusion of your app(s) from this change until you make the necessary updates to support the new attachment type.

The old share attachment type will continue to be supported for Instagram posts until February 1, 2026, after which it will be removed. Partners and integrators are encouraged to migrate to the new ig_post attachment type as soon as possible. See here for before and after payload sample.

October 27, 2025

AI generated stickers are now included in the Messenger Conversations API response when the shares message field is specified. The response provides both the stickerID and url for the AI generated sticker in the message.

October 23, 2025

Meta no longer supports the Handover Protocol for Instagram. All businesses have been migrated to Conversation Routing. Conversation Routing is backwards compatible with most Handover Protocol APIs and functionalities, and is expected to function without interruption.

October 21, 2025

Instagram Moderate Conversations API is now available. This new API will allow businesses to block users, unblock users, and move conversations to the spam folder in Meta Business Suite Inbox for the Instagram platform. Previously, these actions could only be completed on the Instagram app or Meta Business Suite.

October 13, 2025

The Conversation endpoint now supports an is_owner field for both Messenger and Instagram. This field indicates if the app making the request is the current thread owner of the conversation or not, and is only returned when Conversation Routing is enabled.

Benefits:

  1. Filter and respond only to conversations your app owns.
  2. Avoid unnecessary ticket creation and reduce costs.
  3. Streamline recovery after downtime by focusing on relevant threads.

October 6, 2025

reply_to is now available in the Conversations API. It will be non-null when a message is a reply and will indicate if it is a self reply.

In addition to mid and text, the reply_to object will also be returned in the message object in Message and Echo webhooks. The reply_to object will be populated with the mid that the message is replying to and will contain a boolean field is_self_reply that indicates whether the message is a self reply or just a reply.