Salesforce
Salesforce + Konnectify
Learn how to integrate and use Salesforce with Konnectify to automate sales, support, marketing, and CRM workflows across your business applications.
Getting Started
What is Salesforce?
Salesforce is a cloud-based Customer Relationship Management (CRM) platform that helps businesses manage leads, accounts, contacts, opportunities, cases, products, and activities from a unified system. It enables sales, service, and operations teams to track customer interactions, automate processes, manage pipelines, and improve customer engagement at scale.
Why integrate via Konnectify?
By integrating Salesforce with Konnectify, you can automate CRM workflows and eliminate repetitive manual tasks without writing code.
Konnectify allows Salesforce to connect with your marketing tools, support systems, finance applications, internal databases, and other business platforms so that records, updates, notifications, and activities sync automatically between systems.
This ensures better data consistency, faster response times, and improved collaboration across teams.
New to Salesforce?
Sign up and explore the platform to start managing your customer relationships effectively.
Sign up →What You Can Do with Salesforce in Konnectify?
When Salesforce is connected to Konnectify, you can build powerful automations such as:
- Automatically create Accounts, Contacts, Leads, Opportunities, or Cases from external form submissions, emails, or webhook events
- Update Salesforce records when changes occur in other systems
- Sync CRM data with marketing platforms, support tools, or databases
- Send notifications to Slack, email, or internal tools when records are created or updated
- Automatically manage Opportunity Line Items and Contact Roles
- Track Case updates and trigger escalation workflows
- Maintain activity logs by creating Tasks and Events automatically
- Work with Custom Modules and custom objects for advanced use cases
These automations help reduce manual data entry, improve accuracy, and streamline CRM operations.
Automate Workflows by Connecting Salesforce.. Try it now →Salesforce API Documentation
Konnectify uses the Salesforce REST API to securely interact with your Salesforce account. The API allows external platforms to create, read, update, and manage standard and custom CRM records programmatically.
Common Salesforce API Capabilities- Create, update, delete, and retrieve standard objects (Account, Contact, Lead, Opportunity, Case, Product, Task, Event)
- Manage Opportunity Line Items and Contact Roles
- Access and modify custom objects
- Retrieve attachments and related records
- Use SOQL queries to search records
- Monitor Change Data Capture (CDC) events
Salesforce supports API authentication using:
- OAuth 2.0 (Recommended)
- Connected App credentials
- Username-password flow (when enabled)
You can create a Connected App in Salesforce and use OAuth credentials while creating the connection in Konnectify.
Things to Know Before You Start- API access depends on your Salesforce edition and user profile permissions
- Required fields vary depending on the object (e.g., Account Name, Opportunity Name, Stage, Close Date)
- Custom fields must match API field names exactly
- API rate limits apply based on your Salesforce subscription
- Change Data Capture (CDC) must be enabled in Salesforce Setup to use CDC triggers
For detailed API references and object documentation, refer to the official Salesforce API documentation.
Open API Docs →How to Connect Salesforce to Konnectify
This section explains how to connect your Salesforce account to Konnectify so you can use Salesforce as a trigger or action in your workflows.
Before creating the workflow, ensure you have:
- A valid Salesforce account
- A Salesforce Connected App with OAuth credentials
- Client ID and Client Secret
- Required API permissions in Salesforce
- Access to the Konnectify platform
- Permission to create/manage connections in Konnectify
Step 1: Connect Salesforce in Konnectify
- Log in to Konnectify
- Click New on the top-right corner and select Connections
- Select Salesforce
- Enter:
- Connection Name (e.g., my salesforce connection – for internal reference only)
- Environment (Production or Sandbox)
- Client ID
- Client Secret
- Complete OAuth authentication
- Click Create Connection
Step 2: Create a New Konnecter
- Click New on the top-right corner and select Konnectors
- Choose a trigger app (for example: Webhook, Gmail, Google Forms, or Salesforce)
- Select the required trigger event (for example: New Lead, Updated Opportunity, New Case, etc.)
- Choose the Salesforce connection you created and click Continue
Step 3: Add and Configure Salesforce Action
- Click Action
- Select Salesforce
- Choose an action (for example: Create Account, Update Opportunity, Create Case, etc.)
- Select the Connection and click Continue
- Fill all mandatory fields such as:
- Account Name
- Contact Email
- Opportunity Stage
- Close Date
- Case Subject
- Priority, Status, etc.
Step 4: Value Mapping and Workflow Testing
- Map dynamic fields from the trigger output
- Use static values only when required
- Run the workflow using sample data
- Verify execution status and Salesforce response
Step 5: Activate Konnector
- Save the Konnector
- Turn the workflow ON
- Perform a real-time test from the trigger source
- Confirm that the data is reflected in Salesforce
Salesforce Triggers
Salesforce provides multiple triggers in Konnectify that allow workflows to start automatically when specific events occur in your Salesforce account.
Custom Module Events
This trigger fires when a new record is created in Salesforce under the selected module.
This trigger fires when a custom record is updated in Salesforce under the selected module.
Opportunity Relationship Events
This trigger fires when a new OpportunityLineItem is created in Salesforce.
This trigger fires when an OpportunityLineItem is updated in Salesforce.
This trigger fires when a contact is associated with an opportunity in Salesforce.
This trigger fires when an Opportunity Contact Role is updated in Salesforce.
Core CRM Object Events
This trigger fires when a new account is created in Salesforce.
This trigger fires when an account is updated in Salesforce.
This trigger fires when a new contact is created in Salesforce.
This trigger fires when a contact is updated in Salesforce.
This trigger fires when a new lead is created in Salesforce.
This trigger fires when a lead is updated in Salesforce.
This trigger fires when a new opportunity is created in Salesforce.
This trigger fires when an opportunity is updated in Salesforce.
This trigger fires when a new case is created in Salesforce.
This trigger fires when a case is updated in Salesforce.
Product Events
This trigger fires when a new product is created in Salesforce.
This trigger fires when a product is updated in Salesforce.
Activity Events
This trigger fires when a new task is created in Salesforce.
This trigger fires when a task is updated in Salesforce.
This trigger fires when a new event is created in Salesforce.
This trigger fires when an event is updated in Salesforce.
Case Collaboration Events
This trigger fires when a new comment is added to a Salesforce Case.
This trigger fires when an existing case comment is modified in Salesforce.
List View Events
This trigger fires when a new Contact record appears in a selected list view.
This trigger fires when a new Account record appears in a selected list view.
Change Data Capture (CDC) Events
This trigger fires when a change event occurs on a Case and a watched field matches a specific value.
This trigger fires when a change event occurs on an Account and a watched field matches a specific value.
This trigger fires when a change event occurs on a Contact and a watched field matches a specific value.
This trigger fires when a change event occurs on an Opportunity and a watched field matches a specific value.
Salesforce Actions
Salesforce provides multiple actions in Konnectify that allow workflows to perform operations in your Salesforce account.
File & Attachment Actions
Fetches a specific attachment by its ID and returns its file content encoded in Base64.
Fetches a list of all attachment IDs associated with a specific parent record.
Attaches a file to a Salesforce record from a public URL or a Base64 string.
Collaboration Actions
Creates a new CaseComment record associated with a specific Case.
Creates a new FeedComment record associated with a specific FeedItem.
Account Actions
Creates a new account record in Salesforce.
Updates an existing account in Salesforce.
Permanently deletes an Account by its ID.
Retrieves a single account record based on the provided data.
Creates a new Account or updates an existing one based on a selected unique field.
Contact Actions
Creates a new contact record in Salesforce.
Updates an existing contact in Salesforce.
Permanently deletes a contact by its ID.
Creates a new Contact or updates an existing one based on a selected unique field.
Retrieves a single contact record based on the provided data.
Lead Actions
Creates a new lead record in Salesforce.
Updates an existing lead in Salesforce.
Permanently deletes a lead by its ID.
Creates a new Lead or updates an existing one based on a selected unique field.
Retrieves a single lead record based on the provided data.
Opportunity Contact Role Actions
Creates a new Opportunity Contact Role record in Salesforce.
Updates an existing Opportunity Contact Role in Salesforce.
Permanently deletes an Opportunity Contact Role by its ID.
Retrieves an OpportunityContactRole record directly by its Salesforce record ID.
Finds Opportunity Contact Roles using SOQL query.
Opportunity Actions
Creates a new opportunity record in Salesforce.
Updates an existing opportunity in Salesforce.
Permanently deletes an opportunity by its ID.
Creates a new Opportunity or updates an existing one based on a selected unique field.
Retrieves a single opportunity record based on the provided data.
Case Actions
Creates a new case record in Salesforce.
Updates an existing case in Salesforce.
Permanently deletes a case by its ID.
Retrieves a single case record based on the provided data.
Product Actions
Creates a new product record in Salesforce.
Updates an existing product in Salesforce.
Permanently deletes a product by its ID.
Retrieves a single product record based on the provided data.
Activity Actions
Creates a new task record in Salesforce.
Updates an existing task in Salesforce.
Permanently deletes a task by its ID.
Retrieves a single task record based on the provided data.
Creates a new event record in Salesforce.
Updates an existing event in Salesforce.
Permanently deletes an event by its ID.
Retrieves a single event record based on the provided data.
Custom Module Actions
Creates a custom record in the selected Salesforce module.
Permanently deletes a record in the selected Salesforce module by its ID.
Updates an existing record of a custom module in Salesforce.
Retrieves a custom record in the selected Salesforce module.
Opportunity Line Item Actions
Creates a new Opportunity Line Item (Product) record in Salesforce.
Updates an existing Opportunity Line Item in Salesforce.
Permanently deletes an Opportunity Line Item by its ID.
Retrieves a single Opportunity Line Item record based on the provided data.
Popular Salesforce Automations
Salesforce automations help teams reduce manual work, improve pipeline visibility, and maintain consistent CRM data across systems. Below are some commonly used automation scenarios built using Konnectify.
Automatically Create Leads from External Forms
Trigger: Form Submission / Webhook • Action: Create Lead
Use case: Automatically create Salesforce leads when users submit forms from your website or marketing tools.
- Eliminates manual data entry
- Ensures faster lead response
- Improves lead tracking accuracy
Notify Sales Teams When a New Opportunity Is Created
Trigger: New Opportunity • Action: Send Notification (Slack / Email)
Use case: Alert sales teams immediately when a new opportunity is created.
- Faster follow-up
- Improved collaboration
- Better pipeline visibility
Automatically Update Opportunity Stage Based on External Events
Trigger: External payment confirmation / Status update • Action: Update Opportunity
Use case: Automatically move opportunities to Closed Won when payment is received.
- Real-time pipeline updates
- Reduced manual errors
- Accurate revenue tracking
Sync Accounts and Contacts Across Systems
Trigger: New Account or Updated Contact • Action: Create/Update record in another app
Use case: Keep Salesforce data synchronized with marketing or support platforms.
- Consistent customer data
- Reduced duplication
- Improved reporting accuracy
Automatically Create Tasks for Follow-Ups
Trigger: New Lead or Updated Opportunity • Action: Create Task
Use case: Create follow-up tasks automatically when a lead is assigned or an opportunity stage changes.
- Ensures timely follow-ups
- Improves conversion rates
- Enhances team accountability
Manage Case Escalations Automatically
Trigger: Case Updated or Case CDC • Action: Update Case / Send Alert
Use case: Escalate high-priority cases automatically when status or priority changes.
- Faster issue resolution
- Improved SLA compliance
- Better customer satisfaction
Ready to automate your Salesforce workflows?
Connect Salesforce with 100+ apps in minutes. No code required.
Start in Konnectify →Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article