chatfuel.com
Chatfuel
Powered by the System for Automated Leads (SAL) — a new revenue line for your agency. WhatsApp funnels that qualify leads automatically. Official Meta Business Partner.
45
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ○ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +55 points:
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
Most businesses have at least three: contact, book or order, and view prices.
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for chatfuel.com
Made from what Actuent already knows. Edit it, then publish it at
https://chatfuel.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "chatfuel.com",
"name": "Chatfuel",
"language": "en",
"pages": {
"/": {
"title": "Chatfuel | The System that Proves Which Lead Became a Sale",
"content": "Powered by the System for Automated Leads (SAL) — a new revenue line for your agency. WhatsApp funnels that qualify leads automatically. Official Meta Business Partner."
},
"/docs/getting-started/how-this-app-works": {
"title": "How This App Works",
"content": "Chatfuel is an AI-powered platform that lets your business talk to customers automatically — on WhatsApp, Instagram, Facebook, TikTok, and your website —…"
},
"/docs/getting-started/supported-channels": {
"title": "Supported Channels",
"content": "Chatfuel is an official Meta Business Partner. The platform supports the following messaging channels:"
},
"/docs/getting-started/how-to-open-automation-tab": {
"title": "How to Open the Automation Tab",
"content": "Automations live inside the Fuely AI section of the dashboard."
},
"/docs/getting-started/how-to-book-a-platform-demo": {
"title": "How to Book a Platform Demo",
"content": "Yes — you can schedule a free one-on-one product consultation with a Chatfuel expert."
},
"/docs/getting-started/can-i-recover-a-deleted-flow": {
"title": "Can I Recover a Deleted Flow",
"content": "No. Once a flow is deleted in Chatfuel, it cannot be recovered."
},
"/docs/getting-started/can-i-duplicate-a-block-in-flows": {
"title": "Can I Duplicate a Block in Flows",
"content": "No. Chatfuel does not support duplicating blocks or plugins inside the flow editor."
},
"/docs/getting-started/where-to-find-tutorials-and-guides": {
"title": "Where to Find Tutorials and Guides",
"content": "Looking for tutorials? Guides? Step-by-step walkthroughs?"
},
"/docs/getting-started/how-to-create-a-new-bot-for-whatsapp": {
"title": "How to Create a New Bot for WhatsApp",
"content": "Each bot in Chatfuel lives inside its own company workspace."
},
"/docs/getting-started/is-legacy-account-same-as-panel-account": {
"title": "Is a Legacy Account the Same as a Panel Account?",
"content": "No. Your legacy Dashboard account and your Panel account are separate: log in to panel.chatfuel.com with the same email to see which one you are in."
},
"/docs/getting-started/how-to-test-before-migrating-from-legacy": {
"title": "How to Test the New Platform Before Migrating From Legacy",
"content": "If you're on Chatfuel Legacy and want to try the new platform before committing to the switch — you can."
}
},
"actions": [
{
"id": "view_pricing",
"name": "View pricing",
"input": {
"type": "text",
"required": false
},
"intent": [
"pricing",
"prices",
"plans",
"cost",
"how much"
],
"description": "See plans and prices"
},
{
"id": "sign_in",
"name": "Sign in",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign in",
"log in",
"login",
"account"
],
"description": "Log in to an account"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Chatfuel",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Chatfuel",
"url": "https://chatfuel.com",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
View pricing
See plans and prices
pricingpricesplanscosthow muchSign in
Log in to an account
sign inlog inloginaccountPages
Chatfuel | The System that Proves Which Lead Became a Sale /
Powered by the System for Automated Leads (SAL) — a new revenue line for your agency. WhatsApp funnels that qualify leads automatically. Official Meta Business Partner.
How This App Works /docs/getting-started/how-this-app-works
Chatfuel is an AI-powered platform that lets your business talk to customers automatically — on WhatsApp, Instagram, Facebook, TikTok, and your website —…
Supported Channels /docs/getting-started/supported-channels
Chatfuel is an official Meta Business Partner. The platform supports the following messaging channels:
How to Open the Automation Tab /docs/getting-started/how-to-open-automation-tab
Automations live inside the Fuely AI section of the dashboard.
How to Book a Platform Demo /docs/getting-started/how-to-book-a-platform-demo
Yes — you can schedule a free one-on-one product consultation with a Chatfuel expert.
Can I Recover a Deleted Flow /docs/getting-started/can-i-recover-a-deleted-flow
No. Once a flow is deleted in Chatfuel, it cannot be recovered.
Can I Duplicate a Block in Flows /docs/getting-started/can-i-duplicate-a-block-in-flows
No. Chatfuel does not support duplicating blocks or plugins inside the flow editor.
Where to Find Tutorials and Guides /docs/getting-started/where-to-find-tutorials-and-guides
Looking for tutorials? Guides? Step-by-step walkthroughs?
How to Create a New Bot for WhatsApp /docs/getting-started/how-to-create-a-new-bot-for-whatsapp
Each bot in Chatfuel lives inside its own company workspace.
Is a Legacy Account the Same as a Panel Account? /docs/getting-started/is-legacy-account-same-as-panel-account
No. Your legacy Dashboard account and your Panel account are separate: log in to panel.chatfuel.com with the same email to see which one you are in.
How to Test the New Platform Before Migrating From Legacy /docs/getting-started/how-to-test-before-migrating-from-legacy
If you're on Chatfuel Legacy and want to try the new platform before committing to the switch — you can.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=chatfuel.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim chatfuel.com to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="chatfuel.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=chatfuel.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
