• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Why is there no "raw" body type in API (Pabbly), and why is there no image download in API (Pabbly)

mark_inno

Member
I need to send raw body type & json content-type to LinkedIn Post API, how to do this using API (Pabbly). This LinkedIn API https://api.linkedin.com/v2/ugcPosts only accepts raw json.

Also, I need to upload to LinkedIn an image via multipart-form data, and for that I need to download the image via API (Pabbly). I can do this in Make.com, how to download image using API (Pabbly). LinkedIn requestuploadImage API only accepts binary data.

In Make.com:
1727850529547.png


1727850569189.png
 

Luv

Member
Staff member
Hey @mark_inno

I need to send raw body type & json content-type to LinkedIn Post API, how to do this using API (Pabbly). This LinkedIn API https://api.linkedin.com/v2/ugcPosts only accepts raw json.
It seems that you can only enter the data in acceptable format. Although, you can convert your format using "Data Transformer" by Pabbly. Kindly refer to the video below,


Also, I need to upload to LinkedIn an image via multipart-form data, and for that I need to download the image via API (Pabbly). I can do this in Make.com, how to download image using API (Pabbly). LinkedIn requestuploadImage API only accepts binary data.
Kindly try these steps in LinkedIn "Custom API Request (BETA)" and let us know if it works for you.

1727963030509.png
 

mark_inno

Member
Hi Luv, if you look at the image below, it is a Clearout.IO module in Pabbly, it can send raw json data.

1728009925964.png



Why doesn't API (Pabbly) not have this?

Also, I can't use the LinkedIn module as we are doing 3rd party user authentication.
 

Attachments

  • 1728009419298.png
    1728009419298.png
    59.6 KB · Views: 21
  • 1728009845683.png
    1728009845683.png
    43.9 KB · Views: 25

Luv

Member
Staff member
Hey @mark_inno

We have checked with our technical team and we currently do not support multipart-form data for LinkedIn.

Apologies for the inconvenience.
 

mark_inno

Member
That's fine, I am not concerned about the LinkedIn module, I'm more concerned about the API (Pabbly) module not having raw JSON data body/payload, while the Clearout module has it. Images shown above.
 

ArshilAhmad

Moderator
Staff member
Please select 'Custom Request' as the Action Event Method, and you will see the 'Data' field where you can enter the raw JSON.
1728065425998.png


 

mark_inno

Member
Oh man, I must be blind or something. Thank you so much sir. Maybe you can help me with my other question, how to upload binary image to an API where it only accepts binary data?

I was able to do this in Make.com, they have image download on their HTTP module:
1728090362139.png



I can then upload to the API by referencing that download,
1728090545642.png


Is there a way to do this in Pabbly?

Thanks.
 
Top