Integration

snapy and n8n

Add an HTTP Request node in n8n that publishes to snapy and returns a link for the rest of your workflow.

snapy and n8n

What this does

n8n is an automation tool you can self-host. With its HTTP Request node, a workflow can send content to snapy, receive a link, and use it in the next node.

How to set it up

  1. Add an HTTP Request node.
  2. Method: POST.
  3. URL: https://api.snapy.host/api/publish.
  4. Body content type: JSON, with: { "content": "={{ $json.html }}", "name": "optional-name" }
  5. Run it. The response contains url, which you can reference in later nodes as {{ $json.url }}.

Example

A workflow watches a folder or a webhook, turns each new item into a page, publishes it to snapy, and writes the returned link into a database or sends it onward.

Good to know

Full reference is in the developer docs.

Share your file in seconds

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

Upload a file