Conversations
Conversations mobile app
Agent guide on mobile

Agent guide on mobile

After logging in to the mobile app, you will see a list of all conversations assigned to you. Each conversation opens in a chat-style window where you can view messages and send replies.

In addition to responding to messages, you can update conversation statuses and manage your availability directly from the app.


Set status

Tap your agent avatar to open the Agent profile and set your current status.

If auto assignment is enabled in your contact center, you will still receive work while in Available status. Remember to set yourself Away or Offline during pauses or out of working hours. Locking the phone screen or putting the app in the background does not change your status. However, logging out of the app sets you Offline.


Send messages

Each open conversation appears in a chat window where you can view and send messages.

You can:

  • Attach files (up to 10 MB) or share your location (depending on channel capabilities).
  • Use your camera to capture and send images.
  • Record and send voice messages, depending on the supported channel.
  • Add internal notes by switching to Note mode. Notes are visible only to your contact center colleagues, and you can also attach files to them.

You can also change the conversation status directly in this view. Tap the status icon in the upper-right corner and select a new status.


Start conversations using a deep link

You can initiate new conversations in the Conversations mobile app using a deep link.

If you contact a customer through an external app, the Conversations app can be opened automatically with predefined variables such as the end user’s phone number, sender, and message template.

To start a conversation using a deep link:

  1. In the external app, select the link represented by the deep link icon.
  2. The link opens the Conversations mobile app.
  3. After logging in, you’ll be redirected to create a new conversation with predefined sender, recipient, and message template.
NoteiOS and Android platforms use different URL domains and trigger methods, but parameter names and meanings are equivalent.

Supported deep link parameters

The deep link URL must include only characters that are valid in URL encoding, but it does not have to strictly follow the Percent URL encoding format (see examples below). Using unsupported characters, such as punctuation marks, can cause the URL to break and result in errors.

The Conversations mobile app does not need to be running for the deep link to work. However, the agent must already be authenticated in the app. To avoid session timeouts that might interrupt the process, it is recommended to enable the Remember me option on the login screen.

ParameterDescriptionRequired
fromSender (agent) identifier or number in the selected channel. For the Calls (WebRTC) channel, the sender value must be uppercase: CONVERSATIONS.Yes
toCustomer identifier or number in the selected channel.Yes
channelChannel name as listed in the supported channels table. Channel name parsing is not case-sensitive. (Not supported for Email, Apple Business Chat, Google Play Reviews, Telegram, Facebook Posts, Instagram Posts, or internal channels.)Yes
topicIdentifier of the conversation topic.No
templateIdIdentifier of the predefined message template.No

Channel names and enumeration values

Review the table below, which lists channel names along with their enumeration values.

Channel NameEnumeration Value
SMSSMS
WhatsAppWHATSAPP
Viber Business MessagesVIBER
Viber BotsVIBER_BOT
MessengerFACEBOOK_MESSENGER
RCSRCS
LINELINE
Live ChatLIVE_CHAT
KakaoTalkKAKAO_SANGDAM
Instagram MessagingINSTAGRAM_MESSAGING
CallsCALLS

Android example

 
val intent = Intent().apply {
    action = "com.infobip.conversations.app.ACTION_CREATE_CONVERSATION"
    data = Uri.parse("ccaas://portal.infobip.com/conversations?from=$yourFrom&to=$yourTo&channel=$yourChannel&templateId=$yourTemplateId")
    flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK
}
runCatching {
    context.startActivity(intent)
}.onFailure {
    it.printStackTrace()
}
 

iOS example

 
if let url = URL(string: "conversationsMobile://createNew?from=\(yourFrom)&to=\(yourTo)&channel=\(yourChannel)&templateId=\(yourTemplateId)") {
    UIApplication.shared.open(url)
    // Note: do not rely on UIApplication.shared.canOpenURL(url) for deeplinks, as it returns 'false' for URLs such as the one above
    // The String above also does the deeplink when invoked from Safari app, if needed
}
 

Start a conversation

To start a conversation:

  1. In the conversations list, tap the New Conversation icon.
  2. Fill in the From (sender) and To (recipient) fields for the first message.
  3. Compose and send your first message, or start a voice call.
NoteFor channels with mandatory rules, you may need to use WhatsApp templates or Messenger tags to initiate a conversation.

Manage conversations

To manage chats with customers in the mobile app:

  1. Tap the Manage Conversation icon to access a variety of options.
  2. On the setup screen, you can:
    1. Select a different sender and/or channel (From).
    2. Select a different recipient (To) if another channel is available.
    3. Assign the conversation to a different Queue.
    4. Change the conversation Priority.
    5. Transfer the conversation to a different agent (Assignee).
  3. On the Conversation details screen, you can:
    1. Add or update the conversation Topic, Tags, or Summary.
    2. Select a Form and fill in its fields.
  4. On the Customer screen, you can view and edit customer details.

Learn more about managing conversations and customers.


Search in All Work

Use the magnifier icon to search for certain keywords and find conversations or messages in All Work that match your query.


Sorting in All Work

You can sort conversations in All Work by clicking the sorting option in the left corner. The conversations can be sorted by:

  • Oldest pending (default sort, showing conversations with the oldest message on top)
  • Latest pending (sorts conversations with the latest messages on top)
  • Conversation status (sorts conversations by their status, in ascending alphabetical order)
  • Customer name (sorts records by customer name where available, otherwise, depending on the channel, it sorts by the phone number, ID, and more, in ascending order)
  • Queue name (sorts queues by those belonging to the Default queue on top, while the remaining queues follow alphabetically)

History view can be sorted by:

  • Customer name (sorts records by customer name where available, otherwise, depending on the channel, it sorts by the phone number, ID, and more, in ascending order)
  • Queue name (sorts queues by those belonging to the Default queue on top, while the remaining queues follow alphabetically)
  • Oldest closed (default sort, showing conversations with the oldest closed date on top)
  • Latest closed (sorts conversations with the latest closed date on top)
History conversations

Email

The Conversations mobile app also supports email communication, allowing agents to send, receive, and organize emails directly from their mobile devices.

To create a new email conversation:

  1. Tap the pen icon in the upper-right corner.
  2. Select Create email conversation.
  3. Enter the following information:
    • Recipient
    • Email subject
    • Cc and Bcc (optional)
  4. Select Create.

After entering the email details, choose one of the available send options:

  • Send and mark as Solved
  • Send and mark as Waiting
  • Send and mark as Closed
  • Edit email draft

Email attachments and drafts

If you want to attach files or images to your email message:

  1. Tap the attachment icon above the keyboard.
  2. Choose files from your gallery or file manager. Email on mobile
  3. To download attachments, either tap the download icon next to each file or use the bulk download option to get all attachments at once. Email on mobile attachments
  4. You can also save your email as a draft by selecting Edit. This lets you return to it later to make changes or delete it if needed. If you close an unsent email, it will be automatically saved as a draft to prevent data loss. Email on mobile draft

Internal conversations

Internal conversations in the mobile app work the same way as on the web. This feature enables agents to collaborate with colleagues or seek assistance from other queues without leaving My work. Any agent can create an internal conversation, regardless of their role.

To create an internal conversation:

  1. In the Conversations list view, select the Create conversation button.
  2. From the menu, select Create internal conversation.
  3. Fill in the following fields in the new conversation form:
    • Topic - Appears as the headline of the created conversation.
    • Queue - Select the queue to assign the conversation to.
    • Queue picker - Choose the queue from the list.
    • Conversation ID (optional) - If entered, links the new conversation as a follow-up to the existing one.
    • Message - Enter the content of your internal message.
  4. Select Create internal conversation to confirm or Cancel to discard.

Once created, you can assign the internal conversation to another agent or queue.


Internal notes

You can use internal notes to share important information with your team about a customer conversation. Add supporting documentation, screenshots, or other files to provide full context and help colleagues understand what actions have already been taken to resolve the customer’s issue.

Internal notes

Calls on mobile

With the Conversations mobile app, you can receive or initiate phone calls, Live Chat calls, and WhatsApp calls directly from your smartphone.

Handle real-time conversations without switching apps, ensuring fast and personal customer support.

Make calls

If calls are enabled for your account, you can receive and initiate phone calls through the mobile app. If calling is unavailable, contact your supervisor to verify your configuration.

To make a new call:

  1. Create a new conversation, select the Calls channel, and enter the recipient’s phone number.
  2. You can also generate and send a call link within chat channels. Once the customer receives and opens the link, they will be directed to a web page where they can initiate a call that connects directly to your mobile device.

Receive calls

To receive calls:

  1. Ensure your status is set to Available (mobile).
  2. When there is an incoming call, you will hear the system ringtone and see a notification.
  3. You can accept or decline the call.
  4. During a call, you can mute your microphone, turn on the speaker or camera, place the call on hold, transfer it, or open the dial pad.

Call on hold

The Hold option allows you to place a customer on hold while investigating an issue or gathering information.

When a customer is placed on hold, they hear an audio cue or a pre-recorded announcement until the agent resumes the call. Each queue can have its own music on hold and announcement message, configured by supervisors.

While a call is on hold, the agent’s status changes to On hold, which is reflected in the agent panel. A corresponding Call on hold event is also recorded, allowing supervisors to monitor hold durations and ensure timely resolution of customer issues.

Transfer call to agent

The blind (cold) transfer allows you to transfer a call to another agent without speaking to them first.

When a call is transferred:

  • The selected agent must be in the same queue as the conversation.
  • The agent receives a ringing call and can choose to accept or reject it.
  • The call ends on your side and continues between the customer and the receiving agent.
  • The customer hears the ringing sound while being connected to the other agent.

To transfer a call:

  1. Tap the Transfer button during the call.
  2. Select the Agents tab (the tab name reflects the current queue).
  3. Search for or select an available agent from the queue (available agents are listed first).
  4. Complete the transfer, and the call continues with the chosen agent. Mobile calls - Transfer to agent

Transfer call to queue

You can transfer a call to an entire queue instead of a specific agent.

To transfer a call to a queue:

  1. During the call, tap the Transfer button.
  2. Select the Queues tab.
  3. Choose the desired queue from the list. Queues are shown in order of availability, with real-time statuses.
  4. Note: You cannot choose a specific agent from a different queue. If the transfer fails (for example, agent goes offline or is busy), a warning appears in the call modal indicating the call cannot be transferred. Mobile calls - Transfer to queue
NoteQueues that do not have the automatic agent assignment turned on will not have the Transfer option available.

Transfer call to external number

You can transfer a customer to any valid E.164 formatted phone number, either stored in People under Contacts or entered manually.

Requirements:

  • A system administrator or supervisor must pre-configure the app to allow external transfers.
  • Depending on settings, agents may be restricted to numbers in People or allowed to enter numbers manually.

Steps to transfer:

  1. During an active call, tap the Transfer button.
  2. Select the Numbers tab.
  3. Enter or select the external number.
  4. Tap Transfer. Mobile calls - Transfer to external number

Behavior and notes:

  • While dialing the external number, the customer hears music or a ringing sound. This stops once the call is established.
  • If the external number is busy, not answering, or the transfer fails due to technical issues, the call may end or be returned to the agent.
  • Call recording stops at the moment of transfer. The portion of the call after the transfer is not recorded.
  • After the transfer, the wrap-up modal appears, allowing you to handle the conversation (for example, close it).
  • A conversation event logs that the call was transferred to a specific number or person.

Wrap-up

After a call ends, you can summarize it in the Wrap-up field. This allows you to quickly add notes or a summary during the designated wrap-up time.

If the wrap-up time is not sufficient, you can extend it by pressing the +10 seconds button in the wrap-up window, depending on the wrap-up setup.

For more details on Calls in Conversations, see the Calls documentation.


Send feedback

You can send feedback directly from the Help and Support section to report issues, suggest improvements, or provide general feedback about the mobile app.

The feedback option is accessible via the global menu on the left side under Global Views.

Send feedback on mobile

Context cards

Context cards display and update data fields linked to conversations from external systems. They help agents manage conversations more efficiently by providing quick access to relevant information, enabling faster query resolution.

NotePrivate and custom-made context cards will be available soon.

Context cards are accessed in the conversation setup view by tapping the pencil icon in the top-right corner of an open conversation.

It is important to note the context card setup and the following usage differences:

  • Conversation setup:

    • Sender
    • Receiver
    • Queue
    • Priority
    • Status
    • Assignee
  • Conversation details:

    • Topic
    • Tags
    • Summary
    • Forms
Context cards on mobile

Need assistance

Explore Infobip Tutorials

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary
Service status

Copyright @ 2006-2025 Infobip ltd.

Service Terms & ConditionsPrivacy policyTerms of use