Support & Policies

FAQ / Troubleshooting

Visit websiteOpen portal

Find answers to common questions about authentication, credits, workflows, lead imports, AI calls, integrations, phone numbers, email delivery, and more.

Authentication & Account

Credits & Billing

Workflow Execution

Lead Import

AI Calls & Assistants

Channels & Integrations

Phone Numbers

Email Delivery

Two-Factor Authentication

Support Tickets

Error codes reference

The platform returns standard HTTP status codes. The error handler middleware normalizes common errors into consistent responses.

CodeMeaningCommon causes
400Bad RequestMissing required fields, invalid email format, invalid ID format, duplicate entries, invalid configuration
401UnauthorizedMissing or expired JWT token, invalid credentials, token verification failure
402Payment RequiredInsufficient credits for the requested operation
403ForbiddenNon-admin user attempting admin routes, invalid webhook signature
404Not FoundUser, workflow, template, lead, assistant, or phone number record does not exist
409ConflictDuplicate resource Automation e.g., WhatsApp number already connected, email already registered
429Too Many RequestsOTP rate limiting Automation wait one minute between verification code requests
500Server ErrorUnexpected server error Automation logged to ErrorLog collection with full request context
501Not ImplementedFeature not yet available Automation e.g., manual call initiation outside workflow context