Skip to content

Salesforce

Salesforce is a cloud-based software company that provides customer relationship management (CRM) service and also a complementary suite of enterprise applications focused on customer service, marketing automation, analytics, and application development.

Key Features of Salesforce:

  • CRM Focus: Centralizes customer data and interactions to improve sales, service, and marketing efficiency.
  • Cloud-Based: Accessible from anywhere with a browser—no on-premises hardware or maintenance required.
  • AppExchange: A vast marketplace of apps and integrations to extend Salesforce’s functionality.
  • Trailhead: Free, gamified learning platform for users, admins, and developers to master Salesforce skills.
  • Customization and Flexibility: Customize workflows, objects, fields, and UI to match unique business processes.
  • Einstein AI: Built-in AI for predictive analytics, automation, and personalized customer insights.
  • Multi-Tenancy: Secure, scalable architecture that serves multiple customers on a shared infrastructure.
  • Community and Events: Active global community, forums, and events like Dreamforce to support learning and networking.
  • Philanthropy: Deep commitment to corporate social responsibility via its 1-1-1 model (equity, time, and product).
  • Industry Solutions: Tailored CRM offerings for sectors like healthcare, finance, manufacturing, and education.

Further information

Read more detailed information on Salesforce here.

Trigger:

Update field in records: Triggers when a field is updated in a record.

Actions:

  • Create attachment: Creates an attachment of a specified object by given parent ID.
  • Find record: Finds a record of a specified object by a field and value.

Connect with Salesforce:

INFO

Pop-up windows must be allowed for this browser session to enable the connection of this third-party app with Workflow Automation.

  1. Log in to your Salesforce developer account account.

  2. Go to your Salesforce Dashboard. Salesforce_01.jpg

  3. Click the gear icon in the top right corner and click Open Advanced Setup in the dropdown menu. Salesforce_02.jpg

  4. In the Platform Tools section of the sidebar navigation navigate to Apps > App Manager. Salesforce_03.jpg

  5. Click the New Connected App button.

  6. Enter Connected App Name, API Name, Contact E-Mail, and check the Enable OAuth Settings checkbox. Salesforce_04.jpg

  7. Go to Workflow Automation and navigate to Apps. Click the + Add Connection button. In the popup, select Salesforce from the list. Salesforce_05.jpg

  8. Copy the OAuth Redirect URL from Workflow Automation. Salesforce_06.jpg

  9. Paste the OAuth Redirect URL into the Callback URL field on Salesforce.Salesforce_07.jpg

  10. Add the Full access(full)and Perform requests at any time (refresh_token_offline_access) scopes in the Selected OAuth Scopes section and click the Add button to the right of the Available OAuth Scopes list.

  11. Uncheck the Require Proof for Code Exchange (PKCE) Extension for Supported Authorization Flowscheckbox!

  12. Enable the Enable Authorization Code and Credentials Flow checkbox.

    WARNING

    You MUST uncheck the Require Proof for Code Exchange (PKCE) Extension for Supported Authorization Flowscheckbox and enable the Enable Authorization Code and Credentials Flow checkbox, otherwise the connection can't be established!

  13. Scroll down to the bottom of the page and click the Save button at the bottom of the page.Salesforce_08.jpg

  14. Acknowledge the information and click the Continue button. Salesforce_09.jpg

  15. In the API (Enable OAuth Settings) section, click the Manage Consumer Details button. Salesforce_10.jpg

  16. Check your e-mail inbox for the Verification Code and paste it into Verification Code field on Salesforce and click the Verify button. Salesforce_11.jpg

  17. Copy the Consumer Key value from Salesforce and paste it into the Consumer Key field on Workflow Automation. Salesforce_12.jpg

  18. Copy the Consumer Secret value from Salesforce and paste it into the Consumer Secret field on Workflow Automation. Salesforce_14.jpg

  19. Click the Submit button on Workflow Automation.

  20. A pop-up window appears. Click the Allow button. Salesforce_15.jpg

  21. Your Salesforce connection is now established. Salesforce_16.jpg

  22. Start using your new Salesforce connection with Workflow Automation.