Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Delete Stale Lead
Version 1.0.0
Find an unconverted Lead by email via SOQL, then delete the matched record.
Provider
Workflows
delete-stale-lead
Locate an unconverted Lead and delete it.
Runs a SOQL query for an unconverted Lead by email, then deletes the matched record. Ends without a delete when no Lead matches.
1
findLead
executeSOQLQuery
Query for an unconverted Lead by email.
2
deleteLead
deleteSObjectRecord
Delete the matched Lead by id.