Pipory
Features

Templates

Eight ready-made workflows you can clone into your account in one click.

The Templates gallery is the fastest path from an empty account to a working workflow. Every template is a complete, runnable graph - open Templates from the sidebar, pick one, and click Use template.

What happens when you use one

Instantiating a template creates a brand-new workflow with fresh node ids, fully independent of the template and of any other instantiation:

  • If the template includes a Webhook trigger, the new workflow gets its own freshly generated secret - never shared between instantiations of the same template.
  • Any node that needs a credential is created without one attached; its dialog prompts you to connect a credential the first time you open it.

The eight seed templates

TemplateWhat it does
Site health check alertEvery 5 minutes, hit a health endpoint and post the HTTP status to Slack.
Scheduled HTTP report to DiscordOn a daily schedule, fetch a report endpoint and post the response to Discord.
Form submission summarizerWhen a Google Form is submitted, have OpenAI write a short summary and drop it in Slack.
Fetch, analyze with Gemini, post to SlackOn demand: fetch an API endpoint, have Gemini call out anything notable, and share the analysis in Slack.
Stripe sale alert to SlackPost a Slack message the moment a Stripe event lands - payments, subscriptions, refunds.
Classify inbound payloads with ClaudeReceive a payload on a webhook, have Anthropic classify it (lead, support, spam, other), and post the verdict to Discord.
Webhook echo to SlackThe simplest possible pipeline - whatever JSON you POST gets echoed into Slack verbatim. Good for testing your first integration.
Webhook to Slack notificationReceive any POST request and forward the payload to a Slack channel.
  • Getting started - the same webhook-to-Slack shape, built by hand instead of cloned.
  • Import/export - templates and JSON export share the same underlying workflow document shape.
  • Credentials - connecting whatever a template's nodes ask for on first open.