Unified.to · Arazzo Workflow
Unified.to CRM Contact Lifecycle
Version 1.0.0
Create a CRM contact on a connection, retrieve it, then confirm it appears in the contact list.
Provider
Workflows
crm-contact-lifecycle
Create, retrieve, and search a CRM contact on a single connection.
Creates a contact for the supplied connection, fetches the created record by id, and then queries the contact list by name to confirm the contact is discoverable.
1
createContact
createCrmContact
Create a new contact on the connection using the supplied name and email. The email is written as a single WORK address in the emails array.
2
getContact
getCrmContact
Read the newly created contact back by its id to confirm the write succeeded and to capture the canonical record.
3
findContact
listCrmContacts
Search the connection's contacts by the supplied email to confirm the new contact is discoverable through the list endpoint.