Hello
When will the Threads API be available in Make?
Hello
When will the Threads API be available in Make?
Welcome to the Make community!
Make doesn’t have an integration for this third-party service yet, and someone will need to create a custom app for that.
If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the generic HTTP “Make a request” module.
If the external service allows you to register webhooks, then you can create a trigger to wait for incoming webhook requests in Make using the generic Webhook “Custom webhook” module.
You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, in case someone already suggested it!
Here are some useful links and guides to help you get started and learn more on how to create custom apps, and app modules —
Thanks, your response is very useful. Much appreciated!
Do you know if Meta has released Developer API Reference/Documentation for Threads?
Sorry, looks like there is no official API made by Meta yet.
There are several unofficial “APIs” but you’ll need to run your own server to “scrape” the service: threads-api · GitHub Topics · GitHub
Might have to just wait for the official API to be released first.