Appearance
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:
INFO
Pop-up windows must be allowed for this browser session to enable the connection of this third-party app with Workflow Automation.
Log in to your Salesforce developer account account.
Go to your Salesforce Dashboard.
Click the gear icon in the top right corner and click Open Advanced Setup in the dropdown menu.
In the Platform Tools section of the sidebar navigation navigate to Apps > App Manager.
Click the New Connected App button.
Enter Connected App Name, API Name, Contact E-Mail, and check the Enable OAuth Settings checkbox.
Go to Workflow Automation and navigate to My Apps and Add a new app connection choosing Salesforce from the list.
Copy the
OAuth Redirect URL
from Workflow Automation and paste it into the Callback URL field on Salesforce.Add the
Full access(full)
andPerform 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.Uncheck the
Require Proof for Code Exchange (PKCE) Extension for Supported Authorization Flows
checkbox!Enable the
Enable Authorization Code and Credentials Flow
checkbox.WARNING
You MUST uncheck the
Require Proof for Code Exchange (PKCE) Extension for Supported Authorization Flows
checkbox and enable theEnable Authorization Code and Credentials Flow
checkbox, otherwise the connection can't be established!Scroll down to the bottom of the page and click the Save button at the bottom of the page.
Acknowledge the information and click the Continue button.
In the API (Enable OAuth Settings) section, click the Manage Consumer Details button.
Check your e-mail inbox for the Verification Code and paste it into Verification Code field on Salesforce and click the Verify button.
Copy the
Consumer Key
value from Salesforce and paste it into the Consumer Key field on Workflow Automation.Copy the
Consumer Secret
value from Salesforce and paste it into the Consumer Secret field on Workflow Automation.Click the Submit button on Workflow Automation.
A pop-up window appears. Scroll down to the bottom and click the Allow button.
Your Salesforce connection is now established.
Start using your new Salesforce connection with Workflow Automation.