Meeting Cancelled 🚫😭
This article shows you how to set up a workflow that runs whenever a meeting is cancelled.
You can configure it to trigger on specific event types (like demos or onboarding calls) or on all event types. In this workflow example we are showcasing how to ensure you're updated your CRM in this case Salesforce when a meeting has been cancelled.
Before You Start
Make sure you have access to the Default Workflows tab (Must be a Default Admin)
Confirm you have Salesforce connected with permissions to query Contacts and Accounts.
Have a test meeting on your calendar that you can cancel to validate the workflow.
Step 1: Create your workflow + Trigger
Go to the Workflows Tab and click Create new workflow
Under Trigger, select Meeting Cancelled
Choose whether you want to trigger on:
Specific event types (e.g., “Demo”), or
All event types (any canceled meeting)
Step 2: Match the Contact in Salesforce
Click on the + sign to add Match Salesforce Record Step
Choose Contact as the object.
Set the filter: Contact Email = Lead Attribute Email
Step 3: Match the Account in Salesforce
Click on the + sign to add Match Salesforce Record Step
Choose Account as the object.
Set the filter: Account Website = Domain from Attendee’s Email Address.
Step 4: Match the Opportunity in Salesforce
Click on the + sign to add Match Salesforce Record Step
Choose Opportunity as the object.
Set the filter: Account ID = Account ID from Previous Account Record
Step 5: Match the Event in Salesforce
Click on the + sign to add Match Salesforce Record Step
Choose Event as the object.
Set the filter: Name ID = Contact ID from Previous Contact Record
Step 6: Update the Opportunity Record in Salesforce
Click on the + sign to add Update Salesforce Record Step
Add in your custom fields
Step 7: Update the Event Record in Salesforce
Click on the + sign to add Update Salesforce Record Step
Add in your custom fields
Step 8: Create a Task Record in Salesforce
Click on the + sign to add Create Salesforce Record Step
Add in your custom fields
Recommendations:
Name ID (Default Field: Previous Contact Record)
Related to ID (Account ID from Previous Account Record)
Assigned to ID (Owner ID from Previous Account Record)
Priority (SFDC Picklist)
Due Date (Default Field: Workflow Execution Date)
Step 9: Create a Slack Notification
Post to Slack notification with the cancellation alert.