Create Instagram Stories

Hello Team

I want to create Instagram Stories using make. I understand that there is no module on make to achieve this. Is there a way to create stories using HTTP module? Can someone please advise on the API requests that I need to post?

Here’s the unified Instagram API endpoint for publishing any kind of media on an account, including stories.

POST /{ig-user-id}/media

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.

You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
Screenshot_2024-01-17_130153

If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

2 Likes