Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Pull phone numbers from Email

athavichith
Mega Sage

I turned on 'automatically create users for incoming emails from trusted domain'. Is it possible to pull phone numbers, if phone numbers are associated with the email information? 

athavichith_0-1758556231378.png

 

1 ACCEPTED SOLUTION

Raghav Sharma24
Giga Patron

This runs and created user when an email is sent from any user from trusted domain and user is not present in sys_user table.

 

It will not fetch any other information. (apart from name and email). For fetching any other information, you need integration with AD of your org.

 

More details in : https://www.servicenow.com/docs/bundle/zurich-platform-administration/page/administer/notification/t... 
Please mark the answer correct/helpful accordingly.

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron

@athavichith 

it creates user with minimal information so phone number not possible to populate.

you can use custom logic in inbound action to grab phone.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Raghav Sharma24
Giga Patron

This runs and created user when an email is sent from any user from trusted domain and user is not present in sys_user table.

 

It will not fetch any other information. (apart from name and email). For fetching any other information, you need integration with AD of your org.

 

More details in : https://www.servicenow.com/docs/bundle/zurich-platform-administration/page/administer/notification/t... 
Please mark the answer correct/helpful accordingly.

@athavichith Thanks for marking the solution helpful, please mark the relevant answer correct as well to close the thread, if your query is resolved.

Bhuvan
Giga Patron

@athavichith 

 

https://www.servicenow.com/docs/bundle/zurich-platform-administration/page/administer/notification/t...

 

User is created with limited fields and do not have option to amend phone number details during the user creation process. I would recommend to carefully consider the scenario if you want to allow automatic user creation as email_id is not always the coalesce field used for sys_user table and there could be duplicate users created by this method.

 

Since you can allow guest user for processing inbound email actions, creating users automatically via this method is not recommended and not mandatory. You can create a dashboard or report to monitor this gap and identify why users do not exist in sys_user table and remediate it.

 

As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan