Options
The authorization endpoint for the OAuth2 flow. This is where the adapter will send the user to authenticate and authorize the application.
- Production environment:
https://login.salesforce.com/services/oauth2/authorize
- Sandbox Environments:
https://test.salesforce.com/services/oauth2/authorize
The token endpoint for the OAuth2 flow. This is where the adapter will send the request to get the access token.
- Production environment:
https://login.salesforce.com/services/oauth2/token
- Sandbox Environments:
https://test.salesforce.com/services/oauth2/token
Salesforce URL for the customer, e.g. https://xxx.my.salesforce.com
Client Id, see https://help.salesforce.com/articleView?id=sf.connected_app_create_api_integration.htm&type=5
Client Secret, created by Salesforce
SalesForce Object name
Examples:
- Account
- Contact
- Opportunity
Currently, API Version v50.0
is tested, others could work.
End of Life for Version 50 is not before “Winter 2024”.
It’s possible to retrieve child entities from an object.
For example if Object is Account
, the join object could be Contact
to get the Contacts of an Account.
The adapter will return deleted records as changed records
Notice: A Plan that is configured with this option should ideally check by a condition, that the record is not deleted
If a record is created and salesforce returns a duplicate error, the adapter will return the existing record.
Only applies for password client
Only applies for password client