Helpdesk

Migrate your Octadesk data

Brazilian omnichannel helpdesk and customer communications hub, part of the Locaweb/LWSA ecosystem. It centralises WhatsApp, social channels, live chat, and email with embedded chatbots, AI agents, and sales automation for teams that operate primarily in Portuguese.

Encrypted end-to-end with one-click rollback
Talk to a real migration engineer in minutes
Octadesk logo

In its favor

Why people choose Octadesk

The signal that keeps Octadesk on the shortlist. Sourced from G2, Capterra, and customer scoping calls.

Brazilian-market SaaS built natively in Portuguese with local support and compliance, making it a natural fit for LATAM teams switching from global platforms

Part of the Locaweb/LWSA ecosystem, offering integration with other Brazilian SaaS products like RD Station and Locaweb services out of the box

All-in-one customer communications hub combining live chat, WhatsApp, social channels, chatbot flows, and AI agents without requiring separate point solutions

Pricing competitive for SMBs and mid-market teams in Brazil, with Light and Premium tiers that bundle channels, chatbots, and automations rather than pricing per-seat

Easy onboarding for non-technical teams — no-code chatbot builder and pre-built automation templates reduce time to first value

Switching to global platforms like Zendesk or Freshdesk for multinational teams needing multi-language support and enterprise-grade SLA guarantees

Customisation ceiling — teams with complex workflow requirements find Octadesk's no-code automation builder insufficient for advanced routing and conditional logic

Pricing at scale — per-user and per-channel costs increase significantly as teams grow, pushing cost-conscious organisations toward alternatives with flat-rate pricing

API limitations — restricted rate limits and pagination caps on endpoints like /chat (100 items max) frustrate teams with large conversation histories that need programmatic access

Latin American data residency concerns — some enterprise teams require explicit data residency guarantees that Octadesk's infrastructure does not prominently document

Reasons to switch

Why people leave Octadesk

The recurring reasons buyers give for replacing Octadesk. Presented as facts, not knocks.

Platform scorecard

Strengths, weaknesses, and where Octadesk fits

Grades across six dimensions, plus a SWOT-style view of where the platform shines and where it falls short.

SWOT — strengths, weaknesses, and use-case fit

Strengths

Unified omnichannel inbox combining WhatsApp, Instagram, Facebook, email, and live chat in a single agent interfaceBuilt-in chatbot builder with no-code flow designer for both sales and post-sales automation scenariosAI agent features for automated ticket classification, response suggestions, and routing without third-party AI integrationsPart of the Locaweb ecosystem — native integrations with Brazilian marketing and hosting tools reduce toolchain complexityDashboard and performance reporting built in for team-level SLA tracking and agent productivity metrics

Weaknesses

API is poorly documented externally and lacks a public developer portal with comprehensive endpoint coverage and versioningNo public bulk export or bulk import API — migration tooling must work around pagination limits and per-request capsAutomation and AI agent configurations are not exportable, meaning custom flows must be rebuilt manually on any new platformPlatform is primarily designed for Brazilian market — English documentation and multi-language support lag behind global competitorsLimited marketplace of third-party integrations compared to Zendesk or Freshdesk, requiring custom development for non-native connections

Where it works

Brazilian SMBs and mid-market teams (10–50 agents) that run entirely on Portuguese-language workflows and need omnichannel support without managing separate tools.Teams already operating within the Locaweb/LWSA ecosystem who benefit from native integrations with RD Station and other Brazilian SaaS without custom development overhead.Support teams handling WhatsApp as a primary customer channel alongside email, Instagram, and webchat, where bundling all channels under one seat cost is cheaper than per-channel pricing.Non-technical teams in retail, services, or SaaS in Brazil that rely on no-code chatbot builders and pre-built automation templates for lead capture and post-sale triage.Companies that do not require bulk programmatic data export and are comfortable rebuilding automation flows manually if they ever migrate platforms.

Where it struggles

Multinational teams with agents across multiple countries requiring simultaneous multi-language support, SLA guarantees, and global data residency certifications that Octadesk does not prominently document.Large support operations with 50+ agents where per-user and per-channel pricing becomes significantly more expensive than flat-rate global alternatives like Zendesk or Freshdesk.Teams with complex conditional routing, multi-step approval workflows, or advanced SLA rules that exceed what the no-code automation builder can express without custom code.Organisations with extensive historical conversation data that need bulk programmatic export, as the /chat endpoint caps at 100 items per page and automation configurations are not exportable at all.Companies requiring deep third-party integrations beyond the native Locaweb ecosystem, since the limited marketplace forces custom API development for most non-native connections.

Pricing tiers

Octadesk pricing overview

Octadesk is priced per-plan with per-user seat additions. The Light plan starts around $687/month and Premium around $477/month, though Brazilian Real pricing varies and is available directly from the vendor. All plans bundle channel connections; additional agents are charged as seat add-ons. No free tier is publicly listed.

Light

Tier 1 of 2

~$687/month (approximately)

What's included

Includes 3 usersOmnichannel inbox with core channelsChatbot builder for sales and supportBasic automation rulesStandard reporting dashboardAdditional users charged extra

Need help selecting your Helpdesk?

Book a free 30 minute consultation

Pricing is informational. FlitStack AI does not bill on Octadesk's schedule — see our quote-based pricing →

What gets migrated

Octadesk object support

Object-by-object support for Octadesk migrations. Per-pair details surface during scoping.

Tickets

Fully supported

Tickets is the primary helpdesk object in Octadesk, holding status, priority, owner assignment, custom fields, and channel metadata. The REST API exposes full CRUD via /tickets with customField arrays and attachment arrays. We migrate Tickets 1:1 and preserve their ID mapping for downstream dependency resolution.

Chats

Mapping required

Chats represent real-time conversation sessions, retrievable via GET /chat with filter criteria, pagination (MAX=100 per page), and sort parameters. Conversation events inside a Chat are a separate /chat/{id}/events endpoint. We map Chats to the destination's equivalent conversation object, splitting message history from session metadata.

Contacts

Fully supported

Contacts store customer profiles with contact details, lifecycle data, and custom properties. We migrate Contacts 1:1 where the destination schema supports the same field types. Custom Contact properties require value-level mapping when the target uses different field naming conventions.

Companies

Mapping required

Companies in Octadesk represent business accounts associated with Contacts. We map the association relationship explicitly during migration and flag if the destination does not have a separate Company object, in which case we merge Company fields into the Contact record.

Agents

Mapping required

Agents are users who handle Tickets and Chats. We migrate the agent record (name, email, role) and preserve the owner assignment on Tickets. If the destination uses a different user model, we map Agent email to the target's user identifier and flag role mismatches.

Teams

Mapping required

Teams group Agents for routing and SLA purposes. We preserve team membership during migration and map team-based routing rules to the destination's equivalent queue or team structure.

Custom Fields (Tickets)

Mapping required

Octadesk Tickets support customField arrays and apps arrays. Custom field data types (text, numeric, dropdown, date) require field-level mapping against the destination schema. We export the full custom field definition and data so the target can reproduce the same field structure or equivalent.

Attachments

Fully supported

Attachments on Tickets and Chats are referenced by URL and can be downloaded and re-uploaded to the destination. We download files during migration, map them to the corresponding Ticket or Chat on the target, and preserve the original filename and MIME type.

Tags

Mapping required

Tags are labels applied across Tickets and Contacts. We export all tag assignments per record and recreate them on the destination. Some platforms restrict tag characters or length, so we normalise tag strings during import.

Automations/Rules

Not in this platform

Octadesk automation rules (triggers, macros, routing logic) are internal configuration that references agent IDs, team IDs, and custom field values by internal identifier. These do not have a documented export API and cannot be reliably migrated in a generic way. We document the automation logic during scoping and recommend a manual rebuild on the destination.

AI Agents

Not in this platform

Octadesk's proprietary AI agents and chatbot flow configurations are built on internal proprietary schemas not exposed via public API. We do not migrate these as they require recreation in the destination platform's native AI tooling.

Reports/Dashboards

Mapping required

Dashboards and performance reports reference internal Octadesk metrics and aggregation logic. We export report configurations as metadata but cannot replay them on platforms with different metric definitions. We recommend rebuilding key dashboards manually post-migration using migrated data.

Gotchas

What to watch for in Octadesk migrations

Issues we've hit on past Octadesk migrations, tagged by severity. FlitStack AI handles every one — surfacing them up front because buyer engineering teams want to know.

High

/chat endpoint pagination capped at 100 items

High

Automations and AI agents have no export API

Medium

Per-seat and per-channel pricing complicates migration sizing

Medium

Custom fields on Tickets use an array-based schema

Low

API authentication uses non-standard header

How a Octadesk migration works

Four steps, Octadesk-specific

Connect

API key via proprietary octa-agent-email header (non-standard Bearer approach) into Octadesk. Scopes limited to read-only on the data we move.

Map

We translate Octadesk-specific structures (custom fields, objects, value lists) to the destination's model.

Sample

Test with a 50–200 record subset to validate Octadesk quirks before production.

Migrate

Full migration with Octadesk rate-limit handling. Rollback available throughout.

FAQ

Octadesk migration FAQ

Answers to the questions buyers ask most during Octadesk migration scoping. Not seeing yours? Book a call.

Can't find your answer?

Walk through your Octadesk migration with a real engineer — 30 minutes, free, written quote within 24 hours.

Book a free 30 minute consultation

Most Octadesk migrations under 1M records finish in 48–72 hours end-to-end. Larger orgs with custom objects or buyer-side security review typically take 5–7 days.

Ready when you are

Migrate Octadesk.
Without the rebuild.

Free scoping call with a migration engineer. Tell us about your Octadesk setup and destination — written quote back within a business day.

Free scoping call Quote in 1 business day 1,784 platforms supported