How to upload an image to a LinkedIn post?

I prefer not to route the image through the HTTP module if I can simply convert it using the toBinary() function available in Make. I made multiple attempts with various field inputs until I identified the issue: I had mistakenly used ToBinary() instead of toBinary().

LinkedIn image post module:
image

Solution:-
To employ toBinary(OpenAI.data[].b64_json; base64 ) in the data field, and it performed as anticipated.

4 Likes