Messenger ID NEED!

(chimchim) #1

Hi is there anyway i can collect user messenger that come to use specific flow for fb ads usage?

(Daniel Beckett) #2

Hi @chimchim

The user ID that you get when you receive a message from a FB user is the ‘page scoped user ID’.

you could use the Page Scope User ID (PSID) that we provide along with the Facebook Graph API:
https://developers.facebook.com/docs/messenger-platform/identity/user-profile

The Webhooks & HTTP service can be used to setup custom API requests for use in your flows.
In this tutorial, you’ll be able to see how to use a HTTP Request to request information from an API, then send it to users using outputs

Hope that helps!

Thanks,
Dan