CATEGORIES
« Hide
All Integrations424Built-In12Artificial Intelligence27Commerce22Communication55CRM46Delivery Management1Developer Tools87Education9Finance26Hosting27Human Resources6Issue Tracking13Marketing107Media53Productivity87SAAS62Security8Social27Storage21Support19Task Management46

Salesforce

Salesforce is a cloud-based CRM platform that helps businesses manage their customer relationships and sales processes. Its purpose is to provide a comprehensive solution for managing customer data, tracking sales activities, and improving customer relationships. Salesforce offers various automation features, such as workflow automations, email templates, and lead scoring, which help businesses automate repetitive tasks and streamline their sales processes. This automation is particularly valuable for sales teams, sales managers, and business owners, as it automates tasks like lead generation, sales follow-ups, and sales reporting, ultimately improving sales efficiency and productivity. With Salesforces automation capabilities, businesses can focus more on closing deals and building strong customer relationships, while routine tasks are handled seamlessly in the background.

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