VICIfast
Operations

How agents receive and reply to emails in VICIdial

An inbound email behaves a lot like a call. Here is exactly what an agent sees, why the record locks, and how they close it out and get the next one.

VICIfast Support
··3 min read
How agents receive and reply to emails in VICIdial

The reason VICIdial email is easy for agents to pick up is that it works almost exactly like a call. There is no separate inbox to babysit and no switching between apps. A message arrives, the customer's record appears, the agent replies, and they close it out the same way they close a call. If you already know the call flow, you already know the email flow.

A message arrives like a call

When an inbound email comes in on a group the agent is staffing, the system pulls the matching Lead onto their screen. They see the customer's record, the same view they would get on an inbound call, with the email content to read and respond to. The agent does not go looking for the message; it comes to them, routed by whichever method the email group uses to pick the next available person.

At the same moment the record is locked. That lock is the important part. It stops VICIdial from sending the agent another call or email while they are mid-reply, so they can give the message their full attention without being yanked onto something else.

The lock is automatic. The agent does not set it, and it is what keeps a single message from being handed to two people or interrupted by an incoming call.

Replying and closing out

The agent reads the email, writes their reply, and sends it. When they are done they apply a Disposition, exactly as they would after a phone call, to record the outcome. Applying the disposition releases the lock and marks the agent available again, so the routing layer can hand them the next call or email.

That last step matters for queue health. An agent who replies but forgets to disposition stays locked and out of the rotation, which quietly shrinks your available pool. Treat the disposition as the real end of the task, not an afterthought.

The full path of one email

From the moment a message lands in the mailbox to the moment the agent is free again, here is the sequence:

sequenceDiagram
  participant M as "Mailbox"
  participant P as "Email parser"
  participant D as "VICIdial dialer"
  participant A as "Agent"
  M-->>P: "New inbound email"
  P->>D: "Match to lead and queue"
  D->>A: "Pull record onto screen and lock"
  A->>A: "Read and reply"
  A->>D: "Apply disposition"
  D-->>A: "Lock released, agent available"

Because the same agent can staff email and calls at once, the experience is genuinely blended. One person might take a call, then an email, then another call, all from the same screen, with the system deciding what comes next based on availability. For an Agent used to inbound voice, the only new habit is reading and typing a reply instead of talking.

If an agent seems stuck and stops getting new contacts, check whether a previous email is still locked to them. An un-dispositioned email keeps the lock on and holds them out of the rotation.

Which agent gets each message is not random unless you make it so; the email group decides using a routing method you choose. To tune that, read how Next Agent Email routing works. For the full setup from System Settings to staffed agents, see the inbound email and chat guide. If you would rather have blended email and voice running on a managed box without the server wiring, our pricing page covers the plans.

About VICIfast LLC

VICIfast LLC operates a managed VICIdial hosting + BYOI service for outbound and inbound call centers. We run the dialers, the carriers, the recordings pipeline, and the compliance plumbing so operators don’t have to.

Citing this article

VICIfast Engineering. “How agents receive and reply to emails in VICIdial”. VICIfast LLC, June 27, 2026. Retrieved from https://vicifast.com/blog/how-agents-receive-and-reply-to-email

Have questions?

Related posts

You might be interested in

VICIfast newsletter

Liked this? Get the next one in your inbox.

We ship the kind of stuff you just read — concrete, numbers-first, no drip. One email when a new post goes live. Unsubscribe in one click.

Comments

Comments are reviewed before they appear. We never publish your email.

No comments yet — be the first.