OutReply API

Integrations

OutReply is built to play nice with every no-code and low-code platform. Connect with an API key in minutes — no SDK required.

Zapier Private beta

Triggers: new post published, new comment, quota warning. Actions: schedule post, reply to comment, upload media.

Get beta access →

Make.com Private beta

Full modules app with instant triggers, actions & searches. Imports from OpenAPI.

Get beta access →

n8n & custom Live

Any HTTP-capable tool. Use our REST API + webhooks today — no waiting.

See quickstart →

SDK for Python / Node Coming soon

Typed clients auto-generated from our OpenAPI 3.1 spec.

TL;DR: while we ship the official Zapier & Make.com apps, you can already use OutReply from either platform today with their generic HTTP/Webhook modules. Our manage:webhooks scope lets them subscribe to events on your behalf.

Use OutReply with any automation tool, today

You only need two things: an API key with the right scopes, and a webhook URL from your no-code platform. Here's the 60-second path.

  1. In your OutReply dashboard, go to API → Keys and create a key with the scopes you need — at minimum manage:webhooks plus whatever read:* / write:* scopes your automation will use. Copy the token once.
  2. In your automation tool (Zapier, Make.com, n8n, Pipedream, etc.), add a generic Webhook trigger. Copy the webhook URL they generate for you.
  3. POST to /api/v1/webhooks with that URL and the events you want:
    curl https://api.outreply.com/api/v1/webhooks \
      -H "Authorization: Bearer outreply_live_..." \
      -H "Content-Type: application/json" \
      -d '{
        "name": "Zapier — new comments",
        "url": "https://hooks.zapier.com/hooks/catch/12345/abcdef/",
        "events": ["comment.received"]
      }'
    The response includes a secret shown once. Save it to verify signatures later.
  4. Every matching event now fires a signed POST to your URL. Verify the signature using the X-OutReply-Signature header — see the Webhooks docs.

Zapier

Our native Zapier app is in private beta. It exposes everything as polished triggers and actions so you can build Zaps without touching a terminal.

Planned triggers (instant, via webhooks)

Planned actions

Planned searches

Want an invite? Email dev@outreply.com with your Zapier account email.

Make.com

Make.com supports importing our OpenAPI 3.1 spec directly, which auto-generates a custom-app skeleton with every endpoint available as a module. Our official listed app extends that with polished instant triggers and pre-built bundles.

Quickstart (custom app, today)

  1. In Make.com, open Custom apps and click Import from OpenAPI.
  2. Paste https://api.outreply.com/api/v1/openapi.json and confirm.
  3. Set the auth type to API Key with header Authorization: Bearer {{apiKey}}.
  4. Add a webhook module and register its URL via the manage:webhooks scope as shown above.

Want the polished public app? Email dev@outreply.com to join the private beta.

Scopes you'll want

Give integration keys the minimum surface they need. The common mix for Zapier/Make: