Webhooks
Trigger HTTP requests on any event
REST API
Full programmatic access
Zapier
Connect 6,000+ apps
Slack
Chat notifications & alerts
WordPress
One-click plugin install
More apps
Expanding regularly
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.startedNew 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.capturedLead 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.unansweredUnanswered 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.createdEvery 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.
{ "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.
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.
Webhooks
POST to any URL when events happen. Works with any backend, no SDK required. Available on all plans.
REST API
Full programmatic access to conversations, leads, and analytics. Available on Pro and Business plans.
Zapier
Connect Follwup to 6,000+ apps without writing any code. No-code automation for everyone.
Slack
Get notified in Slack when leads are captured or questions go unanswered. No tab-switching needed.
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.
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