Prerequisites
- A Facebook account with access to the following resources:
- A Facebook Page
- A Facebook App that is connected to that Page
- Facebook Developer credentials:
- Facebook App Secret
- Facebook Page Access Token
- A user-defined verification token for webhook validation
Create a Facebook Messenger channel
Use one of the following methods to define the channel. Using YAML:Configuration requirements
| Field | Required | Format | Description |
|---|---|---|---|
application_secret | Yes | String | Facebook App Secret from the app’s Basic settings |
page_access_token | Yes | String | Page Access Token for the connected Facebook Page |
verification_token | Yes | String | User-defined token used to verify Facebook webhook ownership |

