Connect Salesforce to HTTP Request on Stepper to automate your workflows. See the triggers and actions available for each app below.
When this happens in Salesforce
New Record
Triggers when a record of the specified Salesforce object is created.
Updated Record
Triggers when any record of the specified Salesforce object is updated.
New Contact
Triggers when a new Contact is created in Salesforce.
New Lead
Triggers when a new Lead is created in Salesforce.
Do this in HTTP Request
Create Record
Creates a new record of a specified Salesforce object.
Update Record
Updates an existing record for a specified Salesforce object.
Delete Record
Deletes an existing record of a specified Salesforce object.
Create Contact
Creates a new Contact in Salesforce.
Update Contact
Updates an existing Contact in Salesforce.
Create Lead
Creates a new Lead in Salesforce.
Update Lead
Updates an existing Lead in Salesforce.
Add Contact to Campaign
Adds an existing Contact to an existing Campaign.
Add Lead to Campaign
Adds an existing Lead to an existing Campaign.
Send Email
Sends an email using Salesforce Simple Email Actions.
Find Record
Finds a record of a specified Salesforce object by a field and value you choose.
Find Record by Query
Finds a record of a Salesforce object using a SOQL WHERE clause.
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.