Ops Usage

Understand how operations are consumed across Wexio

Operations (ops) are the unit of measurement for activity in Wexio. Each action that processes or sends messages consumes ops from your monthly allocation.

What Are Operations?

Your plan includes a monthly ops allocation that resets at the start of each billing cycle. Every message sent or received, every flow card executed, and every CRM sync consumes ops from this allocation.


Message Operations

ActionOps Cost
Receive a message1
Send a message (manual)1
Send a message (bot/flow)1
Send a message (AI)1

Flow Card Operations

When a flow executes, each card that sends a message or performs an action consumes ops.

Basic Cards — 1 op each

CardDescription
TextSend a text message
ButtonSend a message with buttons
MediaSend a photo or video
AudioSend an audio file
DocumentSend a document
QuestionAsk a question and wait for response
FlowTrigger another flow
Update ContactUpdate a contact profile field

Advanced Cards — 2 ops each

CardDescription
Media ButtonMessage with media + buttons
Audio ButtonAudio with buttons
Document ButtonDocument with buttons
AI TextAI-generated dynamic content
ConditionalBranching logic evaluation
FetchExternal API request

CRM Card — 1 op per field

The CRM Card updates fields in your connected CRM during flow execution. Each field updated costs 1 op.

Fields UpdatedOps Cost
1 field1
3 fields3
5 fields5

No-Cost Cards — 0 ops

CardDescription
NoteInternal note (not sent to contact)
GhostPlaceholder for flow structure

CRM Sync Operations

CRM import and export operations consume ops based on the number of contacts and field mappings.

OperationFormula
Export to CRMcontacts × (0.2 × fields)
Import from CRMcontacts × (0.3 × fields)

Import costs more than export because it requires validation, deduplication, and field transformation. Only successfully synced contacts are charged — failed records don't consume ops.

Export Examples

ContactsField MappingsOps Cost
103060
10010200
5005500

Import Examples

ContactsField MappingsOps Cost
10010300
500203,000
1,000309,000

AI Ops

All AI features — both AI Auto-Reply and AI Copilot — use a unified token-based billing model. AI usage is tracked as AI Ops and counted against your plan's AI limit.

How AI Ops Are Calculated

AI ops consumed = tokens used × token cost rate

Token cost rates vary by model tier:

Model TierRate (per token)1,000 tokens =Example Models
Economy0.00040.4 AI opsGPT-4.1 Mini, GPT-4.1 Nano
Standard0.00080.8 AI opsGPT-4.1, Claude Sonnet
Premium0.00151.5 AI opsGPT-4.5, O1, Claude Opus

Example Costs Per Action

ActionModel Tier~TokensAI Ops
Fix grammar / simplify textEconomy~3000.12
Suggest reply with contextEconomy~8000.32
Suggest reply with contextStandard~8000.64
Summarize conversationEconomy~1,5000.6
AI auto-reply (with history)Economy~1,2000.48
Custom prompt (long)Premium~2,0003.0

AI Limits by Plan

AI limits scale with your plan's ops limit:

PlanOpsAI Limit
Free1000
Standard 10K10,0001,000
Standard 80K80,0008,000
Pro 10K10,0001,000
Pro 1M1,000,000100,000
Pro 2M2,000,000200,000
EnterpriseCustomCustom

What Counts as AI

Both auto-reply and copilot share the same AI ops pool:

  • AI Auto-Reply — Bot sends AI-generated responses to contacts
  • AI Copilot — Operators use suggest reply, translate, summarize, tone change, etc.

Assistants using your own API key (BYOK) are not counted against your AI limit — you pay the provider directly.


Understanding Ops Consumption

Flow Execution Example

1. Text Card: "Welcome!"             → 1 op
2. Button Card: "Choose an option"   → 1 op
3. Conditional Card: Check selection → 2 ops
4. Text Card: "You selected X"      → 1 op
                              Total: 5 ops

AI Conversation Example

1. Contact sends message  → 1 op (receive)
2. AI generates response  → 1 op (send) + AI ops
                    Total: 2 ops + AI ops

Important Notes

  • Ops are charged when messages are sent — if a Question Card is waiting for input, ops are charged when the question is displayed, not when the response is processed.
  • Re-processing doesn't double-charge — if a contact provides invalid input and the same question is shown again, it's only charged once per actual message sent.
  • Failed operations — if a card fails to execute, ops are not charged for the failure.

Ops Limits by Plan

PlanMonthly Ops
Free100
Standard10,000 – 80,000
Pro10,000 – 3,000,000
EnterpriseCustom

What Happens When You Run Out

  • Flows stop executing
  • AI responses are disabled
  • Manual inbox messages still work (with a warning)
  • You can purchase additional ops or upgrade your plan

Do Unused Ops Roll Over?

No — ops reset at the start of each billing cycle.


Monitoring Usage

You can track your ops and AI ops consumption in two places:

Inbox — Live Usage Widget

Click the Usage button in the bottom-right corner of the inbox to see a live summary of your current usage:

  • Operations — current ops used out of your plan limit (e.g. 39.50 / 10K)
  • AI Operations — current AI ops used out of your AI limit (e.g. 64.84 / 1K)

This updates in real time as messages are sent and received.

Live usage widget in inbox

Settings — Billing Page

Go to Settings → Billing for a full overview of your subscription and usage:

  • Plan name and status (Active)
  • Renewal date and days remaining
  • Operations progress bar — used vs. allocation with percentage
  • AI Operations progress bar — used vs. allocation with percentage
  • Change Plan or Cancel Subscription actions
Billing page usage overview

Optimizing Ops Usage

Combine Messages

Use one message with multiple lines instead of multiple Text Cards.

❌ Inefficient (4 ops):
  Text Card → "Hello"
  Text Card → "How can I help?"
  Text Card → "Please choose:"
  Button Card → [Options]

✅ Efficient (1 op):
  Button Card → "Hello! How can I help?\nPlease choose:" + [Options]

Other Tips

  • Use conditional logic wisely — place Conditional Cards strategically to avoid unnecessary message sends
  • Optimize AI usage — AI responses consume both ops and AI ops; use them where they add the most value
  • Choose the right AI model tier — Economy models cost significantly less AI ops than Premium models for routine tasks

On this page