Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.72 KB

Messenger.md

File metadata and controls

17 lines (13 loc) · 1.72 KB

Messenger

Properties

Name Type Description Notes
type str Facebook Messenger Setup steps: - Take note of your Facebook app ID and secret (apps can be created at developer.facebook.com); - The Facebook app must have been submitted to Meta for app review with the “pages_manage_metadata” (to retrieve Page Access Tokens for the Pages, apps that the app user administers and set a webhook) and “pages_messaging” (to send messages) permissions. - In order to integrate a Facebook Messenger app you must acquire a Page Access Token from your user. Once you have acquired a page access token from your user, call the Create Integration endpoint with your app secret and ID and the user’s page access token. [optional] [default to 'messenger']
page_access_token str A Facebook Page Access Token.
app_id str A Facebook App ID.
app_secret str A Facebook App Secret.
page_id float A Facebook page ID. [optional]
page_name str A Facebook page name. [optional]
default_responder_id str The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=&quot;https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\&quot;&gt;Per-channel default responder</a> guide. [optional]
default_responder DefaultResponderDefaultResponder [optional]

[Back to Model list] [Back to API list] [Back to README]