Integration

snapy and Make

Add a step in a Make scenario that publishes to snapy and returns a link you can use downstream.

snapy and Make

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

  1. Add an HTTP module and pick Make a request.
  2. Method: POST.
  3. URL: https://api.snapy.host/api/publish.
  4. Body type: Raw, content type application/json, with: { "content": "{{your_html}}", "name": "optional-name" }
  5. 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.

Share your file in seconds

Drop a file, get a link. Free, no signup.

Upload a file