Step-by-step guide to import the Instagram publishing blueprint and configure your webhook
Click the button below to download the blueprint file that you'll import into Make.com.
Open Make.com
Go to make.com and sign in to your account
Navigate to Scenarios
Click on "Scenarios" in the left sidebar
Import Blueprint
Click the "Create a new scenario" button, then select "Import a blueprint"
Upload the JSON File
Select the downloaded Nishit Flow.blueprint.json file
Configure Instagram Connection
Connect your Instagram Business account when prompted. Make sure you have admin access to the Instagram account.
⚠️ Important: Set Up the Webhook Node
After importing, you must configure the webhook node (the first module in your flow). This is a one-time setup:
Note: The webhook must be created before you can get the webhook URL. This is a required step!
Open Your Scenario
Open the scenario you imported in Make.com
Click on the Webhook Module
Click on the "Custom webhook" module (the first module in your flow). If you haven't set it up yet, you'll see a "Create a webhook" dialog - complete that first (see Step 2).
Find Your Webhook URL
After the webhook is created, you'll see a "Webhooks" window showing your webhook details. The webhook URL will be displayed and should look like:
The URL format is: https://hook.[region].make.com/[unique-id]
Copy the Webhook URL
Click the "Copy address to clipboard" button in the webhook details window, or manually select and copy the webhook URL. You'll need this URL in the next step.
Example Webhook URL Format
Your actual URL will be different - copy it from Make.com
Example format:
https://hook.eu2.make.com/[your-unique-webhook-id]⚠️ Important: This is just an example. Your actual webhook URL will be generated by Make.com after you create the webhook. Always use the URL shown in your Make.com scenario.
Activate Make.com Scenario
Go back to Make.com and make sure your scenario is activated (toggle switch should be ON)
Create a Test Post
Upload 2-10 images, generate a caption, and try publishing to Instagram
Check Make.com Execution
In Make.com, check the "Execution history" to see if the webhook was triggered and the post was published successfully
Blueprint Name
Nishit Flow
Zone
eu2.make.comModules
3 modules
Version
v1
Flow Modules
CustomWebHook
gateway:CustomWebHook
CreateCarouselPhoto
instagram-business:CreateCarouselPhoto
WebhookRespond
gateway:WebhookRespond
Webhook not receiving data
Make sure your Make.com scenario is activated and the webhook URL in the app settings matches the one in Make.com exactly.
Instagram post not publishing
Verify your Instagram Business account connection in Make.com. Ensure you have admin access and the account is properly connected.
Images not uploading
Check that image URLs are publicly accessible. Instagram API cannot access private or Google Drive links.