Salesforce (REST API) integrations
Web services API for interacting with Salesforce
Automate your Salesforce (REST API) workflow with premade actions
Quickly integrate Salesforce (REST API) with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.New Updated Field on Record (of Selectable Type)
Emit new event (at regular intervals) when a field of your choosing is updated on any record of a specified Salesforce object. Field history tracking must be enabled for the chosen field. See the docs on [field history tracking](https://sforce.co/3mtj0rF) and [history objects](https://sforce.co/3Fn4lWB) for more information.
New Updated Object (of Selectable Type)
Emit new event (at regular intervals) when an object of arbitrary type (selected as an input parameter by the user) is updated. [See the docs](https://sforce.co/3yPSJZy) for more information.
New Record (of Selectable Type)
Emit new event (at regular intervals) when a record of arbitrary object type (selected as an input parameter by the user) is created. See [the docs](https://sforce.co/3yPSJZy) for more information.
New Updated Field on Record (Instant, of Selectable Type)
Emit new event immediately after a field of your choosing is updated on any record of a specified Salesforce object
New Deleted Record (of Selectable Type)
Emit new event (at regular intervals) when a record of arbitrary object type (selected as an input parameter by the user) is deleted. [See the docs](https://sforce.co/3msDDEE) for more information.
New Deleted Record (Instant, of Selectable Type)
Emit new event immediately after a record of arbitrary object type (selected as an input parameter by the user) is deleted
New Updated Object (Instant, of Selectable Type)
Emit new event immediately after an object of arbitrary type (selected as an input parameter by the user) is updated
New Record (Instant, of Selectable Type)
Emit new event immediately after a record of arbitrary object type (selected as an input parameter by the user) is created
New Outbound Message (Instant)
Emit new event when a new outbound message is received in Salesforce. See Salesforce's guide on setting up [Outbound Messaging](https://sforce.co/3JbZJom). Set the Outbound Message's Endpoint URL to the endpoint of the created source. The "Send Session ID" option must be enabled for validating outbound messages from Salesforce.
Update Record
Updates a record of a given resource. [See docs here](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domeupdatefields.htm)
Update Opportunity
Updates an opportunity, which represents an opportunity, which is a sale or pending deal. See [Opportunity SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsopportunity.htm) and [Update Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domeupdatefields.htm)
Update Contact
Updates a Contact, which is a person associated with an account. See [Contact SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectscontact.htm) and [Update Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domeupdatefields.htm)
Update Account
Updates a Salesforce account, representing an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners). See [Account SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsaccount.htm) and [Update Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domeupdatefields.htm)
SOSL Search
Executes the specified SOSL search. See [docs](https://developer.salesforce.com/docs/atlas.en-us.soqlsosl.meta/soqlsosl/sforceapicallssosl.htm)
SOQL Search
Executes a SOQL query. See [docs](https://developer.salesforce.com/docs/atlas.en-us.soqlsosl.meta/soqlsosl/sforceapicallssoql.htm)
Post a Message to Chatter Feed
Posts a message to the Chatter Feed. [See doc](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/quickreferencepostfeeditem.htm)
Insert Blob Data
Inserts blob data in Salesforce standard objects. See [docs](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectinsertupdateblob.htm)
Get Field Values from a Standard Object Record
Retrieve field values from a record. You can specify the fields you want to retrieve. See [docs](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domegetfieldvalues.htm)
Get Object Records
Retrieves all records in an object or a record in an object by the given ID or criteria. [API Doc](https://developer.salesforce.com/docs/atlas.en-us.apirest.meta/apirest/domegetfieldvalues.htm)
Get Field Values from Object Record and optionally create one is none is found.
Finds a specified Salesforce record by a field. Optionally, create one if none is found. [API Docs](https://developer.salesforce.com/docs/atlas.en-us.apirest.meta/apirest/domegetfieldvalues.htm)
Delete a Record in an Object
Deletes an existing record in an object. [API Doc](https://developer.salesforce.com/docs/atlas.en-us.apirest.meta/apirest/domequery.htm)
Delete Opportunity
Deletes an opportunity. See [Opportunity SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsopportunity.htm) and [Delete Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domedeleterecord.htm)
Create Task
Creates a task, which represents a business activity such as making a phone call or other to-do items. See [Task SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectstask.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Record
Create new records of a given resource. See [docs](https://developer.salesforce.com/docs/atlas.en-us.apirest.meta/apirest/domesobjectcreate.htm)
Create Opportunity
Creates an opportunity, which represents an opportunity, which is a sale or pending deal. See [Opportunity SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsopportunity.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Note
Creates a note, which is text associated with a custom object or a standard object, such as a Contact, Contract, or Opportunity. See [Note SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsnote.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Lead
Creates a lead, which represents a prospect or lead. See [Lead SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectslead.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Event
Creates an event, which represents an event in the calendar. See [Event SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsevent.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Contact
Creates a Contact, which is a person associated with an account. See [Contact SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectscontact.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create CaseComment
Creates a Case Comment that provides additional information about the associated Case. See [CaseComment SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectscasecomment.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Case
Creates a Salesforce case, which represents a customer issue or problem. See [Case SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectscase.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Campaign
Creates a marketing campaign, such as a direct mail promotion, webinar, or trade show. See [Campaign SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectscampaign.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Attachment
Creates an attachment, which represents a file that a User has uploaded and attached to a parent object. See [Attachment SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsattachment.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Create Account
Creates a Salesforce account, representing an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners). See [Account SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectsaccount.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Convert SOAP XML Object to JSON
Converts a SOAP XML Object received from Salesforce to JSON
Add Lead to Campaign
Adds an existing lead to an existing campaign. See [Event SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectscampaignmember.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Add Contact to Campaign
Adds an existing contact to an existing campaign. See [Event SObject](https://developer.salesforce.com/docs/atlas.en-us.228.0.objectreference.meta/objectreference/sforceapiobjectscampaignmember.htm) and [Create Record](https://developer.salesforce.com/docs/atlas.en-us.228.0.apirest.meta/apirest/domesobjectcreate.htm)
Connect any app with Salesforce (REST API)
With our workflow automation, you can now integrate with any application.Lusha
Lusha is a data enrichment platform that provides businesses with access to accurate and up-to-date B2B contact information. It offers solutions for lead generation, prospecting, and sales intelligence, enabling businesses to build targeted prospect lists and improve their outreach efforts. Lusha helps businesses enhance their contact data and streamline their sales and marketing processes.
Imgur
Imgur is an online image sharing and hosting platform that allows users to upload, share, and discover images and GIFs. It provides a simple and user-friendly interface for organizing and sharing visual content, as well as a community aspect with comments, upvotes, and downvotes on images.
Hive
Hive is a project management and collaboration platform designed to help teams streamline their workflows and improve productivity. It offers features for task management, team communication, project tracking, and analytics, enabling teams to work more efficiently and deliver projects on time and within budget.
Inksprout
Inksprout is a platform that helps designers and creative teams to streamline their design feedback process. It allows users to gather feedback directly on their designs, iterate quickly, and collaborate effectively with team members and clients.
IP2Location
IP2Location is a geolocation data provider that offers IP geolocation, IP address lookup, and IP-based geolocation services. It provides accurate and detailed geolocation information based on IP addresses, enabling businesses to enhance user experience, target specific geographic markets, and prevent online fraud. IP2Location is used in e-commerce, advertising, cybersecurity, and content personalization.
Jibble
Jibble is a time and attendance tracking software designed for remote and on-site teams. It offers features for clocking in and out, timesheet management, project tracking, and reporting. Jibble helps businesses monitor workforce productivity, track billable hours, and streamline payroll processes for efficient workforce management.
Iterate
Iterate is a platform for collecting and managing user feedback to inform product development and decision-making. It offers tools for creating surveys, collecting feedback, and analyzing insights, empowering businesses to make data-driven decisions and iterate on their products based on user input and feedback.
Joomla!
Joomla! is a content management system (CMS) that enables users to build and manage websites and web applications. It offers a range of templates, extensions, and customization options, making it a flexible and powerful platform for creating diverse web experiences.
Intercom
Intercom is a customer messaging platform that enables businesses to communicate with customers through personalized, messenger-based experiences. It offers features for live chat, targeted messages, customer data management, and customer support, helping businesses build strong customer relationships and drive growth.