Integrations
pepe.business natively integrates with the main no-code platforms.
n8n
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)
Pre-built scenarios:
- CRM → WhatsApp DM when lead is qualified
- Calendly → WhatsApp confirmation
- Stripe payment → Instagram thank-you DM
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:
| Source | How |
|---|---|
| Buffer | CSV export |
| Hootsuite | CSV export |
| Sprout Social | CSV export |
| Later | CSV export |
| Zernio | Direct API import |
Open source
pepe.business open-sources several tools:
| Repo | Description |
|---|---|
| pepe-cli | Official CLI |
| pepe-mcp | MCP server |
| pepe-chat-sdk | Frontend chat SDK |
| pepe-openapi-specs | OpenAPI specs for 13 social platforms |
| pepe-scheduler | Open-source scheduler (Latewiz) |
| pepe-chatbot-builder | Chatbot builder (Zernflow) |