Live

Webhooks

Trigger HTTP requests on any event

Live

REST API

Full programmatic access

Soon

Zapier

Connect 6,000+ apps

Soon

Slack

Chat notifications & alerts

Soon

WordPress

One-click plugin install

Soon

More apps

Expanding regularly

Integrations

Automate the
conversation.

Connect your chatbot to the tools you already use. Webhooks and a REST API are live today, more integrations are on the way.

Webhooks on all plans · REST API on Pro+

Webhooks, live now

Four triggers.
Infinite possibilities.

Set a URL and Follwup will POST a JSON payload to it when something happens in your chatbot. No polling, no SDK, just a plain HTTP request.

conversation.started

New conversation

Fires the moment a visitor opens the chat and sends their first message. Use it to log conversations in your CRM or notify your team.

lead.captured

Lead captured

Fires when a visitor submits the lead capture form with their name and email. Great for adding contacts to a mailing list or CRM automatically.

question.unanswered

Unanswered question

Fires when the AI doesn't have an answer and falls back to the default message. Use it to flag gaps in your knowledge base.

message.created

Every message

Fires on every single message in a conversation, both from the visitor and the AI. Useful for building a full audit log or real-time sync.

Example payload, lead.capturedHTTP POST · application/json
{
  "event": "lead.captured",
  "chatbot_id": "cbt_abc123",
  "timestamp": "2026-05-19T14:32:00Z",
  "data": {
    "name": "Jane Smith",
    "email": "jane@company.com",
    "conversation_id": "conv_xyz789",
    "chatbot_name": "Support Assistant"
  }
}

REST API

Pro+

Full programmatic
access

The Follwup REST API lets you read conversations, access leads, pull analytics, and manage chatbots from your own code. Available on Pro and Business plans.

Read all conversations and messages
Access contacts and lead data
Retrieve chatbot analytics
Manage multiple chatbots programmatically
Authenticated with a secret API key from your dashboard
Example request
curl https://follwup.app/api/v1/conversations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

All integrations

Live now. More coming.

We're building the integration layer progressively, starting with the primitives that let you connect anything.

✓ Live

Webhooks

POST to any URL when events happen. Works with any backend, no SDK required. Available on all plans.

✓ Live

REST API

Full programmatic access to conversations, leads, and analytics. Available on Pro and Business plans.

Coming soon

Zapier

Connect Follwup to 6,000+ apps without writing any code. No-code automation for everyone.

Coming soon

Slack

Get notified in Slack when leads are captured or questions go unanswered. No tab-switching needed.

Coming soon

WordPress Plugin

Install from the WordPress plugin directory, no code at all. One-click setup for WordPress sites.

More integrations

We're adding integrations based on what customers ask for most.

Webhooks live on all plans

Connect your chatbot
to your workflow

Set up webhooks in minutes from the dashboard. No code required to get started, just paste your endpoint URL.

Start for free