Salesforce API Examples Using Robocorp
This robot demonstrates how to use Salesforce API with Robocorp:
- Authenticate with a username, password, and a security token.
- Create a new Salesforce object.
- Query objects using Salesforce Object Query Language (SOQL).
- Describe a Salesforce object by type.
- Describe all picklist values for a Salesforce object field.
- Get the metadata for a Salesforce object.
For more information, see RPA.Salesforce
library documentation.
Prerequisites
- Register a Salesforce developer account (it's free).
View profile
->Settings
->Reset My Security Token
- Set up Robocorp vault:
{
"salesforce": {
"username": "The username of the account you registered.",
"password": "The password of the account you registered.",
"token": "The token from the security token reset mail."
}
}