What this does
Make (formerly Integromat) runs visual automations. With the HTTP module, a scenario can send content to snapy, get a link back, and pass that link to any later module.
How to set it up
- Add an HTTP module and pick Make a request.
- Method: POST.
- URL:
https://api.snapy.host/api/publish. - Body type: Raw, content type application/json, with:
{ "content": "{{your_html}}", "name": "optional-name" } - Turn on Parse response so Make reads the JSON.
After it runs, the url from the response is available to map into the next module, like sending the link by email or posting it to a channel.
Example
A scheduled scenario builds a daily report as HTML, publishes it to snapy, and posts the fresh link to your team chat every morning.
Good to know
See the developer docs for all the fields.
