Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Schedule Event With Contact
Version 1.0.0
Find a Contact by email, then create a calendar Event linked to that Contact.
Provider
Workflows
schedule-event-with-contact
Locate a Contact by email and schedule an Event with them.
Queries for a Contact by email, then creates an Event linked through WhoId to the matched Contact. Ends without a write when no Contact matches.
1
findContact
executeSOQLQuery
Query for the Contact by email.
2
createEvent
createSObjectRecord
Create the Event linked to the matched Contact via WhoId.