Skip to main content
All Collections GrowthBooster
Posting from GrowthBooster to Instagram with Zapier
Posting from GrowthBooster to Instagram with Zapier

How to set up GrowthBooster->Instagram moment syndication with Zapier.

S
Written by Sebastian Donnelly
Updated over a week ago

There are several ways to publish moments created with GrowthBooster on your Instagram account, this article covers publishing with Zapier, you can see the guide on integration with Pabbly here.

Important: First of all, make sure that your Instagram account is a "business" one (not a "personal" or "creator"), that it is connected to your Facebook account, and that it is connected to a Facebook Page.

First of all, go to https://zapier.com/ and create an account (if you don’t have one). You will need a Premium account to work with webhooks and looping.

  1. Create a new zap: click on “Create zap.”

  2. Set the name of your zap, then type “Webhook” in the search input below the “App event” and click on the “Webhooks by Zapier” in the search results list.

  3. Select “Catch Raw Hook” in the “Event” dropdown and click the “Continue” button.

  4. Copy the “webhook URL”, then go to GrowthBooster web-application, choose your business, proceed to the “Settings” page, paste the URL into the “Zapier webhook” field, and click the “Update” button.

  5. Create a new moment in the GrowthBooster for your business and approve it for publishing.

  6. Go back to Zapier and click on the “Test trigger” button.

  7. It may say something like “We couldn't find a request”, which is OK, because GrowthBooster sends moments to the webhook every 10 minutes. Please wait for 10 minutes and click the “Test trigger” button again.

  8. You should see the “We found a request!” message. Click the “Continue” button below.

  9. You will see the “Action” form. Type in “Code” in the “App event” field and select “Code by Zapier” in the search results below.

  10. Click in the “Event” field and select “Run Javascript” in the dropdown below.

  11. Click on the “Set up action” button.

  12. Type “body” into the “Input Data” field, click in the “Enter text or insert data…” field, and select “Raw Body” in the dropdown.

  13. Copy script below and paste it into the “Code” field:
    output = JSON.parse(inputData.body).map((moment) => {
    return {
    description: moment.description,
    formattedAddress: moment.from_office ? moment.business.name +' office': moment.formatted_address,
    customerName: moment.customer || 'Anonymous customer',
    employeeName: moment.employee?.name || moment.business.name,
    mainImage: moment.images.length ? moment.images[0].full_url : 'no image',
    categoryName: moment.category?.title || 'Uncategorized'
    }
    })

  14. You will get something like this. Click the “Continue” button.

  15. Click the “Test action” button.

  16. You will see something like this. Click the “+” button below.

  17. You will see the “Action” form. Type in “Looping” in the “App event” field and select “Looping by Zapier” in the search results below.

  18. Click in the “Event” field and select “Create Loop From Line Items” in the dropdown below.

  19. Click the “Continue” button.

  20. Type “Media” in the “Values to Loop” field, click in the “Enter text or insert data…” field, select “Run Javascript in Code by Zapier”, and the “Show all options” button.

  21. Select the “Main image” option from the dropdown.

  22. Click the square shaped “+” button to add a new line.

  23. Fill up the “Set up action” form as shown below.

  24. Leave other fields unchanged, scroll down, and click the “Continue” button.

  25. Click the “Test action” button.

  26. You will see “Your loop ran successfully…” message. Click the round “+” button below.

  27. You will see the “Action” form. Type in “Filter” in the “App event” field and select “Filter by Zapier” in the search results below.

  28. Click in the "Choose field..." field and select from the dropdown "2. Run Javascript in Code by Zapier" the "Media" value.

  29. Click in the "Choose condition..." field and select from the dropdown "(Text) Does not contain". Type "no data" in the "Enter text or select data..." field. Click the "Continue" button.

  30. You will see the "Your Zap would have continued" message. Click the round “+” button below.

  31. You will see the “Action” form. Type in “Instagram” in the “App event” field and select “Instagram For Business” in the search results below.

  32. Click in the "Event" field, select "Publish Photo", and click the "Continue" button.

  33. Click the "Sign In" button in the "Connect Facebook Pages" section.

  34. A new window will open asking you to authorize on Facebook. Enter your credentials from the account that is linked to your Instagram account and click the "Log In" button.

  35. You will be asked to allow Zapier to get access to your name and profile picture. Click the "Continues as [Your Name Here]" button.

  36. Select the Instagram account on which you want to publish GrowthBooster moments and click the "Next" button.

  37. Select the Facebook page associated with your Instagram account on which you want to publish GrowthBooster moments and click the "Next" button.

  38. Click "Done" on the next screen.

  39. You will see the notification that "You've now linked Zapier to Facebook". Click the "OK" button.

  40. You will return to Zapier. (Note: If you see the message that Zapier couldn't connect to your account, please try to connect your Facebook account and grant permissions again). Click the "Continue" button.

  41. Click in the "Instagram Account to Use" field and select the Instagram account on which you want to publish your moments. Click in the "Photo" field and select "Create Loop From Line Items in Looping by Zapier", then "Media". Click on the empty space of the page to close the dropdown.

  42. Click in the "Caption" field and select "Create Loop From Line Items in Looping by Zapier", then "Description". Click on the empty space of the page to close the dropdown. (This is just an example, you can tailor the description according to your own tastes).

  43. Click in the "Location" field and select "Create Loop From Line Items in Looping by Zapier", then "Address". See the example below. Click on the empty space of the page to close the dropdown. (This is just an example, you can tailor the description according to your own tastes). Click the "Continue" button.

  44. Click the "Test Step" button.

  45. If everything went smoothly you will see “A Media was sent to Instagram for Business…” message. Click the “Publish” button below.

  46. Congratulations! You’ve successfully set up posting from GrowthBooster to Instagram for Business. Your post will look like this.

Did this answer your question?