ServiceNow · Arazzo Workflow
ServiceNow Onboard Contact
Version 1.0.0
Create a CSM contact, fetch it by its new sys_id, then open a welcome incident for it.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
onboard-contact
Create a contact and open a welcome incident for them.
Creates a CSM contact, reads it back by sys_id, and opens an onboarding incident keyed to the new contact.
1
createContact
createContact
Create a new CSM contact from the supplied identity fields.
2
getContact
getContactById
Fetch the newly created contact by its sys_id to confirm it persisted.
3
openWelcomeIncident
createRecord
Open a welcome incident on the Table API referencing the new contact as the caller.
Source API Descriptions
openapi