
Salesforce Integration
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
How to Integrate Salesforce?
For Salesforce integration with Monkedo and to build seamless no-code workflow automations, follow these simple steps:
- Log in to your Monkedo account.
- Navigate to the Automation section and click on "Create Automation."
- In the left sidebar, you’ll find various component categories such as Triggers, Actions, Flow Control, Data Actions, and Browser Actions.
- Select Actions or Triggers, then use the search bar to find Salesforce.
- Drag and drop the Salesforce component into the editor area.
- Click on the component to view its settings in the right-hand panel.
- Hit the Connect button and follow the prompts to authorize Monkedo to access your Salesforce account.
Once connected, you can begin customizing your automation by filling in the required fields and adding additional app components. Link outputs to inputs between components to define a smooth and logical workflow. Need assistance? Watch our quick tutorial video here to get started faster!