-
I want to connect multiple phone numbers to the same webhook, is it possible to know the destinatary of the users message? But I want to know the "to" field for giving different info to the user depending of what number is it contacting |
Beta Was this translation helpful? Give feedback.
Answered by
fercom
May 4, 2023
Replies: 1 comment
-
I found it, it is in:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fercom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it, it is in:
var displayPhoneNumber = Convert.ToString(messageReceived["entry"][0]["changes"][0]["value"]["metadata"]["display_phone_number"]);