---
sourceDocument: Australia Customer Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/customer-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Recipients lists

# Recipients lists {#ariaid-title1}

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

Create the recipients list for a targeted communications that can include internal users, customer, accounts, contacts, and consumers. You can create the recipient list using the methods of user import, dynamic lists, or
scripting.
When an article is published, the recipients on this list can view the article on the Customer or Consumer Service Portal. Recipients can also receive optional email notifications.

Recipients lists are also used by the Major Issue Management application to create child
cases for a major case.  
Recipients lists are created in the following ways:

* By creating a list of imported users.
* By creating a dynamic list based on selected conditions.
* By creating a script.
{#targeted-comm-dynamic-list__ul_nbx_jfg_5bb}

Recipients lists can have both dynamically generated and manually added records of the same
type.

The system administrator can manage a scheduled job to refresh recipient lists. This
scheduled job, Targeted Communications Refresh recipient list, adds new
recipients to each of the active published articles. The new recipients receive email
notification of the article and are granted access to view the article on the portal.

## Create a recipient list by importing contact
information {#targeted-comm-dynamic-list__section_h3z_g5w_ndb}

Create a recipient list by importing contact information. For
contacts, supported file types include xls and csv.

Multiple files can be imported
into the same recipient list, with new recipients appended to the recipient list file. The
system checks that the accounts and contacts exist in the system and only imports those that
exist. Duplicate entries are not created. At the end of the import process, the system
displays a status with the number of records imported and rejected.
The system uses the sys_id and the email address attributes to match contacts. It first looks for a matching sys_id match. If not found, it then looks for a matching email address. If neither are found, the record is rejected.

## Create a recipient list by importing account, consumer, or internal user
information {#targeted-comm-dynamic-list__section_ngd_z5w_ndb}

Create a recipient list by importing account, consumer, or internal user information. The
supported file type is xls.  
The system uses the following attributes to match the imported records:

* Account: Uses the sys_id and the account number. Attempts to match the sys_id. If not found, then attempts to match using the account number. If neither are found, the record is rejected.
* Consumer and User: Uses the sys_id or the email address. Attempts to match the sys_id. If not found, then attempts to match the email address. If neither are found, the record is rejected.

{#targeted-comm-dynamic-list__ul_ibt_fvw_ndb}  
Nota:  
Column names are case sensitive. For example, use sys_id and number for accounts and email for consumers and users.

## Create a recipient list using a script {#targeted-comm-dynamic-list__section_qws_qtw_ndb}

Create a recipient list using a script with these supported entities: contact,
company/account, consumer, and internal user. The output of the script is an array of
sys_ids of the corresponding entity. After creating the recipient list, the system shows the
total number of records identified, added to the list, and rejected.

To create a recipient list using a script, select Dynamic Condition in the
Method field on the Recipients List form and enable the
Show Script check box. Then create your script in the
Script field.

