I am trying to set up webhooks with my Facebook Developer account (brand new to webhooks) for a Biz Facebook Page. Facebook requires the webhook to be validated and I cannot figure out how to do that in Zapier. Here is what Facebook is wanting
Validating Verification Requests
Whenever your endpoint receives a verification request, it must:
- Verify that the
hub.verify_token
value matches the string you set in the Verify Token field when you configure the Webhooks product in your App Dashboard (you haven't set up this token string yet). - Respond with the
hub.challenge
value.
I can see the test data come through on my zap but cant figure out how to move forward without verification.