Initiate SMS conversations from CSM Agent Workspace

  • Release version: Australia
  • Updated March 12, 2026
  • 3 minutes to read
  • Compose an SMS message from CSM Agent Workspace to interact with a customer contact or a consumer regarding customer service cases.

    Before you begin

    Role required: agent_workspace_user

    Ensure that an administrator has configured the Conversational SMS Integration with Twilio application. For more information, see Conversational SMS Integration with Twilio.

    Procedure

    1. Navigate to All > Workspace Experience > Workspaces > Agent Workspace Home.
    2. On the Agent Workspace Home page, navigate to Agent Workspace > Lists > Interactions > My Interactions.
    3. In the My Interactions list, modify an existing interaction or create another interaction.
      • To modify an existing interaction, select the interaction number in Number column of the My Interactions list.
      • To create another interaction, click New in the My Interactions list.
    4. On the Details tab of the workspace form, fill in the details for a new interaction or modify the details.
      For more information about the form, see CSM workspace form features.
      Note:
      The user profile associated with an interaction is configured by an administrator by using the AgentInitiatedConversationUtil extension point. By default, the AgentInitiatedMessagingUtilExtPointImpl script include that implements the AgentInitiatedConversationUtil extension point is available for the Conversational SMS Integration with Twilio application. For more information, see Associate user profiles on messaging interactions.
    5. Click Compose SMS.
    6. On the form, fill in the fields.
      Table 1. Compose SMS form
      Field Description
      From Provider phone number of the SMS channel.
      • If there is only one provider phone number, the From list is automatically set to the provider phone number.
      • If there are multiple providers configured for the SMS channel, you can select a phone number in the From list.
      To Phone number of the consumer or customer contact.

      The phone number is in the E.164 format and automatically set to the phone number of the consumer or customer contact associated with the interaction record.

      By default, the user profiles for consumers and customer contacts and the format of their phone numbers are validated for the SMS channel.

      If you select Other from the To list, you can manually enter a phone number of the consumer or customer contact. Any manually entered phone number is automatically converted to the E.164 format. For more information, see Phone number fields.

      Message Message to be sent to the consumer or customer contact.
      Attachment File to be sent as an attachment.

      Click Attach File to browse and select a file.

      Note:
      By default, you can attach only images to the message. However, an administrator can configure the Attachment API to upload more file types. For more information, see Attachment - POST /now/attachment/upload.
    7. Click Send.

    Result

    The interaction record of type messaging is created or updated based on the workflow as discussed in the following table.
    Table 2. Messaging interaction record workflows and results
    Workflow Results
    No active interaction​ record available
    • A new interaction record of type messaging for the SMS channel is automatically created and assigned to the agent​.
    • The agent is added to the Live Group Profile [live_group_profile] table.
    An active interaction record associated with a live agent​ exists
    • The interaction details are appended to the existing interaction record for the SMS channel.
    • If the message was initiated by an agent not associated with the existing interaction record, the agent is added to the Live Group Profile [live_group_profile] table. However, there's no change in assignment of the interaction.
    An active interaction record associated with the virtual agent​ exists
    • The existing interaction record with the virtual agent is closed.
    • A new interaction record of type messaging for the SMS channel is automatically created and assigned to the agent​.
    • The agent is added to the Live Group Profile [live_group_profile] table.
    An active interaction record associated with a different user exists
    • The existing interaction record with the earlier user is closed.
    • A new interaction record of type messaging for the SMS channel is automatically created and assigned to the agent​.
    • The user profile associated with the existing interaction record is deactivated.
    • The user profile currently associated with the new interaction record is created.
    • The agent is added to the Live Group Profile [live_group_profile] table.