---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/conversational-interfaces

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Associate user profiles on messaging interactions

# Associating user profiles on messaging interactions {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Use extension points to call custom scripts.

## Antes de Iniciar

Role required: admin

## Por Que e Quando Desempenhar Esta Tarefa

When a requester sends a message, the system checks if there is an existing user
profile that has a matching identifier (such as a phone number) and channel details.
If there is a matching user, then the system will populate the interaction record
with the identifier, channel details, and the user profile in the Opened for field.
If there is no user profile that matches the identifier and channel, then the system
creates a channel user profile.

## Procedimento

1. Navigate to AllSystem Extension PointsScripted Extension Points.
2. Click the desired extension point to view the record details.  
   You can create multiple implementations for each extension point and assign an order number for each implementation. The implementation that has the lowest ordered applicable implementation is executed first.{#associate-user-profiles-messaging-interactions__table_a4w_drk_rzb__entry__2}

   | Extension point | Description |
   |-|-|
   | global.ChannelUserProfileExtPoint | Use channel_user_id to find record to channel_user_profile user_table/user_document |
   | global.InteractionChannelUserProfileExtPoint | Defines how users are synchronized between the interaction and channel_user_profile tables |
   | global.AgentInitiatedConversationUtil | Get From and To options to show in UI for agent initiated conversations |
   [ ]

   {#associate-user-profiles-messaging-interactions__table_a4w_drk_rzb}

