What this does
Zapier lets you connect apps without code. Using a Webhooks step, a Zap can send content to snapy, get a link back, and use that link in later steps, like posting it to Slack, a sheet, or an email.
How to set it up
- In your Zap, add an action step and choose Webhooks by Zapier.
- Pick the POST event.
- Set the URL to
https://api.snapy.host/api/publish. - Set payload type to JSON and add these fields:
-
content= the text or HTML you want to publish (map it from an earlier step) -name= an optional link name - Turn the step on.
The step returns a url. In the next action, use that url value wherever you want the link.
Example
A new row is added to a Google Sheet with some HTML. The Zap sends that HTML to snapy, gets a link, and emails the link to a client. All automatic.
Good to know
- Free, no account, no API key.
- Works the same way in Make and n8n. See snapy and Make and snapy and n8n.
Full details are in the developer docs.
