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
  • Cloud-based
  • AppExchange
  • Trailhead
  • Customization and Flexibility
  • Einstein AI
  • Multi-Tenancy
  • Community and Events
  • Philanthropy
  • Industry Solutions

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:

  1. Log in to your Salesforce developer 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 ConnectedApp Name, API Name, Contact EMail, and check the Enable OAuth Settings checkbox. Salesforce_04.jpg
  7. Go to Mation and navigate to My Apps and Add a new connection choosing Salesforce from the list. Salesforce_05.jpg
  8. Copy the OAuth Redirect URL from Mation and paste it into the Callback URL field on Salesforce. Salesforce_06.jpg 03 Apps and Built-in Integrations/Salesforce/Salesforce_07.jpg
  9. 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.
  10. Uncheck the Require Proof for Code Exchange (PKCE) Extension for Supported Authorization Flowscheckbox!
  11. 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!

  1. Scroll down to the bottom of the page and click the Save button at the bottom of the page.Salesforce_08.jpg
  2. Acknowledge the information and click the Continue button. Salesforce_09.jpg
  3. In the API (Enable OAuth Settings) section, click the Manage Consumer Details button. Salesforce_10.jpg
  4. 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
  5. Copy the Consumer Key value from Salesforce and paste it into the Consumer Key field on Mation. Salesforce_12.jpg
  6. Copy the Consumer Secret value from Salesforce and paste it into the Consumer Secret field on Mation. Salesforce_14.jpg
  7. Click the Submit button on Mation.
  8. A pop-up window appears. Scroll down to the bottom and click the Allow button. Salesforce_15.jpg
  9. Your Salesforce connection is now established. Salesforce_16.jpg
  10. Start using the Salesforce connection with Mation.