Conversations

0
Web: 0 · Cloud: 0

Today

0
Web: 0 · Cloud: 0

Waiting

0
Web: 0 · Cloud: 0

In Progress

Invoices & Quotes

0

Pending

0

Accepted

0

Paid

INVOICE
TYPE
CLIENT
TITLE
AMOUNT
STATUS
DATE

Loading...

Messages per Hour

Active Users

Loading...

Name Users Actions
Loading...
Name Description Users Created Actions
Loading...
Username Link to Status Actions
Loading...

Cloud Conversations

Monitor and manage official API conversations without leaving the workspace.

0
Total
0
Active
0
Waiting
0
Closed

No conversations yet

Incoming messages from Cloud API numbers will appear here.

Flow Builder

Design multi-step experiences with templates, automations, and approvals.

Blocks

Triggers
Keyword
Button Reply
Webhook
Messages
Text
Template
Media
Logic
Conditions
Wait
Assign
Integrations
Webhook
API Call
CRM Sync
Canvas

Drop blocks here to build your flow.

Properties

Select a block to configure messages, routing, and approvals.

Cloud FAQ

Centralize knowledge base answers for official API conversations.

No FAQs yet

Create FAQs to power faster replies and automations.

Mass Campaigns

Send compliant template campaigns using Meta-approved content.

Template

Meta Business Created in Workspace

Audience

Tags Last activity Opt-in

Schedule

Business hours Any time

Preview

Preview content for the selected template and language.

Template Title
Your message preview will appear here.

Official API Connection

Connect Cloud API credentials securely and manage webhook configuration.

Account status Pending
Webhook Disconnected
Template sync Pending

Groups

Loading...

0 contacts
Name Phone Email Group Actions
Loading...

Welcome Messages

Configure the messages that will be sent when a customer starts a conversation (only once per day)

Preview Mobile

Messages will appear here as you type

Frequently Asked Questions

Payment Gateways

Loading payment methods...

Payments Today

0

Total Amount

0.00

Pending

0

Success Rate

0%

Recent Payment Links

ID Customer Amount Method Status Created By Date Actions

AI Configurations by Instance

Loading...

Loading invoices...

Loading widgets...

API Keys

Name Prefix Status Created Last Used Actions
Loading...
Connection
Base URL: https://example.com
Authentication: Authorization: Bearer YOUR_TOKEN
Tenant: X-Tenant-ID: 1

Authentication

POST /api/auth/login

Generates the access token.

curl -X POST __BASE_URL__/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email":"admin@empresa.com","password":"PASSWORD"}'
POST /api/auth/forgot-password
curl -X POST __BASE_URL__/api/auth/forgot-password \
  -H "Content-Type: application/json" \
  -d '{"email":"admin@empresa.com"}'

API Keys

GET /api/tenant/api-keys
curl __BASE_URL__/api/tenant/api-keys \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/tenant/api-keys
curl -X POST __BASE_URL__/api/tenant/api-keys \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name":"Minha integração"}'

Webhooks

GET /api/tenant/webhooks
curl __BASE_URL__/api/tenant/webhooks \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/tenant/webhooks
curl -X POST __BASE_URL__/api/tenant/webhooks \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"event_type":"message.received","webhook_url":"https://your.site/webhook","secret_key":"SECRET"}'

Conversations

GET /api/tenant/conversations
curl "__BASE_URL__/api/tenant/conversations?status=waiting" \
  -H "Authorization: Bearer YOUR_TOKEN"
GET /api/tenant/conversations/stats
curl __BASE_URL__/api/tenant/conversations/stats \
  -H "Authorization: Bearer YOUR_TOKEN"

Contacts

GET /api/contacts/contacts
curl "__BASE_URL__/api/contacts/contacts?limit=50" \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/contacts/contacts
curl -X POST __BASE_URL__/api/contacts/contacts \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name":"Maria","phone":"5511999999999","email":"maria@empresa.com"}'

Payments

GET /api/payments/methods
curl __BASE_URL__/api/payments/methods \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/payments/link
curl -X POST __BASE_URL__/api/payments/link \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"amount":150,"customer_name":"João","customer_phone":"5511999999999","payment_method":"stripe"}'

Invoices & Quotes

GET /api/invoices
curl __BASE_URL__/api/invoices \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/invoices
curl -X POST __BASE_URL__/api/invoices \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"type":"invoice","customer_name":"Empresa X","amount":350.75}'

WhatsApp

GET /api/tenant/whatsapp/status
curl __BASE_URL__/api/tenant/whatsapp/status \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/tenant/whatsapp/connect
curl -X POST __BASE_URL__/api/tenant/whatsapp/connect \
  -H "Authorization: Bearer YOUR_TOKEN"

Event Subscriptions

Event URL Status Created Actions
Loading...

Available Events

  • conversation.created
  • conversation.closed
  • message.received
  • message.sent
  • payment.received

Enter your WooCommerce REST API credentials below. You can generate these in your WordPress admin under WooCommerce > Settings > Advanced > REST API.

⚠️ Important:

Click "Test Connection" first to verify your settings before saving. The system will automatically test the connection when you save.

Example: https://yourstore.com
⚠️ Important: No trailing slash, no spaces, no special characters like & < > " '