Integrations

n8n, Make, Zapier, OpenClaw, and more.

Edit this page·Last updated: July 13, 2026

Integrations

pepe.business natively integrates with the main no-code platforms.

n8n

Install the n8n template

Popular templates:

  • Publish a post when a new RSS article arrives
  • Sync Shopify new products to Instagram + Facebook
  • Automatic reply to negative comments

Make (ex-Integromat)

pepe.business module on Make

Pre-built scenarios:

  • CRM → WhatsApp DM when lead is qualified
  • Calendly → WhatsApp confirmation
  • Stripe payment → Instagram thank-you DM

Zapier

pepe.business app on Zapier

200+ actions and triggers available.

OpenClaw

OpenClaw is an open-source orchestrator for AI agents. pepe.business is natively supported.

# openclaw.yaml
agents:
  - name: social-media-agent
    tools:
      - pepe.posts.create
      - pepe.analytics.post
      - pepe.autopilot.run

Chat SDK Adapter

Frontend SDK to integrate multi-messaging chat into your app:

npm install @pepe/chat-sdk
import { PepeChat } from "@pepe/chat-sdk";

const chat = new PepeChat({
  apiKey: "pk_live_xxx",
  channels: ["instagram", "whatsapp", "telegram"]
});

chat.mount(document.getElementById("chat-widget"));

Migrations

Import your content from other platforms:

SourceHow
BufferCSV export
HootsuiteCSV export
Sprout SocialCSV export
LaterCSV export
ZernioDirect API import

Open source

pepe.business open-sources several tools:

RepoDescription
pepe-cliOfficial CLI
pepe-mcpMCP server
pepe-chat-sdkFrontend chat SDK
pepe-openapi-specsOpenAPI specs for 13 social platforms
pepe-schedulerOpen-source scheduler (Latewiz)
pepe-chatbot-builderChatbot builder (Zernflow)

Was this page helpful?