Help with HTTP Get File as the first trigger

Your Workflow URL
https://connect.pabbly.com/v2/app/workflow/mapping/IjU3NjcwNTZkMDYzMzA0MzU1MjY4NTUzZDUxMzQi_pc
Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Dear Pabbly support


Every day X am/pm
1st. Download a file from URL which will randomly return an image
2nd. Post it to the Facebook.
3rd. Post it to the Telegram

In Make.com, I had HTTP module. However, this feature seems to be missing in Pabbly.
Facebook Group experts advised to use API which is not available in the first Trigger.

Is my use case not supported in Pabbly?

1766214808909.png
 

Hrishabh.pabbly

Member
Staff member
Hello @Pabbly Newbie ,

Thank you for explaining your use case in detail.

Yes, your use case is supported in Pabbly Connect, and you can achieve it using the steps below:

How to set up the workflow in Pabbly​

  1. Trigger the workflow on a schedule
    Use Scheduler by Pabbly as the trigger to run the workflow daily at your preferred time (AM/PM).
  2. Fetch the image from the URL
    Use API by Pabbly to make a GET request to the image URL.
    This will allow you to retrieve the file (image) returned by the URL, similar to the HTTP module in Make.com.
  3. Post the image to Facebook
    Use the Facebook → Post Image on Page (or relevant Facebook image posting action) and map the image file received from the API step.
  4. Post the image to Telegram
    Add the Telegram → Send Photo action and map the same image file to post it to your Telegram channel or group.
If you need help configuring any of these steps or mapping the image correctly, feel free to share your workflow and we’ll be happy to guide you further.
 
Dear Pabbly Team and fellow future users of Pabbly

I managed to achieve the same outcome with below workflow:

1766287153201.png


The reason why I cannot use API is that API get Image byte which Facebook pages cannot accept Image byte. Facebook pages only accepts file link URL.
 
Top