Webhooks Setup

Facebook Webhook

19min

Through Pathfix Automation, you can enable user webhook listening for all your user that have connected their Facebook accounts via Pathfix OAuth.

This will allow you to listen for any changes in your customers Facebook account and notify you with the data for the user. This includes user data, pages data for any business page they may have connected, applications, Facebook ads and much more

The following documentation will guide you on how you can setup your Facebook account and setup the Webhook listening for all your connected users.



Setup in Pathfix OAuth

Before proceeding, make sure you have setup your Facebook integration in Pathfix OAuth and have added the Connect button for your users to be able to connect their Facebook accounts.

  • Configure your Facebook integration in Pathfix OAuth
  • Add the script tag in your application to allow your users to authenticate their Facebook accounts (Detailed documentation for Pathfix OAuth setup can be found here)





Document image




Setup in Pathfix Automation

  • Create a blank automation by clicking on Design and selecting New Design
  • Give your first task a name to save the automation (autosave)



Document image




  • Click on the Test and Publish tab and click on Test to run a test on the automation



Document image




  • On successful completion, click on Publish to Live



Document image




  • Click on Endpoints and copy the endpoint url for use in the Webhook setup
  • Live Endpoint is for Live environments and Dev endpoint is for testing/development



Document image




  • Click on Webhooks from the top navigation and click on Create New
  • Select Facebook from the list of provider webhooks
  • Paste the endpoint URL copied from the automation into the Callback URL section
  • Add values in the Verify Token field (this can be random numbers, but copy this for verifying it in the Facebok developer app
  • Add the fields you would like to subscribe to in the Subscribed Fields (note: this needs to match with the fields data you want to listen for)



Document image






  • Click on the Pathfix OAuth tab and enter your Pathfix OAuth Public Key and Private Key
  • Click on the field of Webhook URI to generate a webhook url. Copy the value for use in your Facebook developer app
  • Click Save to save the setting



Document image




  • On the Webhooks page, click on Activate against Facebook to activate your webhook



Document image




  • The webhook activation will take a few seconds and will happen in the background (click on Refresh on the top navigation to refresh the page)
  • Once activated, the webhook status will turn Green



Document image




Your webhook has been setup in Pathfix Automation

Setup in Facebook Developer

  • Log in to your Facebook developer console and select the app
  • From the left navigation, under Products, click on Add product
  • From the list, search for Webhook and click on Setup to activate the product
  • From the dropdown, select the Object you want to activate the webhook for



Document image

  • Click on Subscribe to this object button
  • On the popup window, paste the Webhook URI in the callback URL section and the token entered during the webhook setup



Document image




  • Once the verification is run successfully, you will see a list of webhooks you can subscribe to
  • Click Subscribe against the items you want to listen to



Document image






Testing Your Webhook Setup

We recommend running a test on your webhook setup to make sure the setup is right. To do this:

  • Go to your Pathfix OAuth account and click on Test Connection under the Facebook integration setup
  • Click on Connect/Re-Connect and connect a Facebook account



Document image




  • On successful connection, the Automation will start listening for changes in the connected Facebook account for the connected user
  • You will see the webhook user count increase (if it doesn't increase at first, click on Refresh on the top navigation)
  • This indicates that the webhook listening is now live



Document image




  • Go to your Facebook account that was connected and create a test entry (depending on what event you selected to listen for)
  • Go to your Pathfix Automation account, click on Monitor and select the Automation from the list
  • You should see the test event created would have triggered a webhook response



Document image


Your Test is successful.



Configure Your Automation

Now that your webhook has been setup successfully, you will need to copy the payload sent by Facebook and captured by Pathfix Automation to create your Automation.

Here are the few initial steps to get you going:

  • Copy the Request received from our test event



Document image




  • Go to the Automation created and paste the Request into the Call data (JSON) section of the FIRST task



Document image




  • From here, you can call an API, run a condition or process the data as you please through the Automation



Document image




  • You can also pick specific data fields received from the webhook data received and push it to your anywhere for processing



Document image




  • Once you are done with your automation build, click on Test and Publish
  • On successfully testing your automation, click on Publish to live in order to make sure your automation is live





Important

  • Any changes made to the automation will need to be done in the Dev environment
  • Once changes are made, you will first have to Test the Automation and on successful completion then Publish to Live
  • Please note, without publishing to Live, the changes will not go into effect



Few points to note on the JSON:

  1. The pathfix_user_id received is the same user_id that is sent via the Pathfix OAuth system. This generally is the Current Users Unique Id
  2. the data section of the JSON is the exact data that is sent by the provider





Need help? Reach out to our support via [email protected] or live chat through your Pathfix dashboard