CMS webhook to Facebook Page with Photo

:bullseye: What is your goal?

I want to take my CMS on my website (WIX), and have it automatically make a Facebook post (with image) when I type “Yes” in a particular CMS column

:thinking: What is the problem?

I’m getting stuck on between the webhook and Facebook modules here on Make. I don’t think the dynamic data is being taken from the CMS sheet in my WIX account.

Hey!

​This usually happens because WIX doesn’t send the data payload correctly until the item is fully updated/published, or the webhook structure isn’t re-mapped inside Make yet.

  • ​Try doing a real update in your WIX CMS where you type “Yes” and save, so Make can catch the structure.
  • ​Make sure your webhook data types match what the Facebook module needs.

You’ll want to confirm that the Wix CMS webhook is actually sending the fields you need before mapping anything into the Facebook module. I’d first run the webhook once with a test record where the CMS column is set to “Yes,” then inspect the webhook bundle to verify that the post text and image URL are being received.

Once the data appears in the webhook output, map the CMS text field to the Facebook post content and the image URL to the appropriate photo field. You can also add a filter after the webhook so the Facebook module only runs when that CMS column equals “Yes.”