Hello
Meta is doing work to add usernames to whatsapp. Once someone sets a username the phonenumber could not be returned on the webhook.
Meta has added new fields (BSUID) to be able to interact with the contact.
https://developers.facebook.com/documentation/business-messaging/whatsapp/business-scoped-user-ids#messages-webhooks
Can you add the new fields on com.restfb.types.whatsapp.platform.message.MessageContact / com.restfb.types.whatsapp.platform.Message / com.restfb.types.whatsapp.platform.Profile
parent_recipient_user_id
recipient_user_id
parent_user_id
user_id
from_parent_user_id
from_user_id
and to the com.restfb.types.whatsapp.platform.SendMessage /
recipient
https://developers.facebook.com/documentation/business-messaging/whatsapp/business-scoped-user-ids#messages
FYI : there are also new apis/fields for groups/calling and others
Hello
Meta is doing work to add usernames to whatsapp. Once someone sets a username the phonenumber could not be returned on the webhook.
Meta has added new fields (BSUID) to be able to interact with the contact.
https://developers.facebook.com/documentation/business-messaging/whatsapp/business-scoped-user-ids#messages-webhooks
Can you add the new fields on com.restfb.types.whatsapp.platform.message.MessageContact / com.restfb.types.whatsapp.platform.Message / com.restfb.types.whatsapp.platform.Profile
parent_recipient_user_id
recipient_user_id
parent_user_id
user_id
from_parent_user_id
from_user_id
and to the com.restfb.types.whatsapp.platform.SendMessage /
recipient
https://developers.facebook.com/documentation/business-messaging/whatsapp/business-scoped-user-ids#messages
FYI : there are also new apis/fields for groups/calling and others