Salesforce
Triggers
Trigger components allow you to start an automation flow when an event happens in the app.
New Object
Emit new event (at regular intervals) when an object of arbitrary type (selected as an input parameter by the user) is created. See the docs for more information.
Actions
Action components allow you to perform operations on the app.
Add Contact to Campaign
Adds an existing contact to an existing campaign. See Event SObject and Create Record.
Create Case
Creates a Salesforce case, which represents a customer issue or problem. See Case SObject and Create Record.
Create Task
Creates a task, which represents a business activity such as making a phone call or other to-do items. See Task SObject and Create Record.
Delete Opportunity
Deletes an opportunity. See Opportunity SObject and Delete Record.
Get Object Records
Retrieves all records in an object or a record in an object by the given ID or criteria. API Doc