properties object when creating or updating a connection. All properties are nested within the connection request body.
Consider the following when creating a Salesforce connection:
- When using the create connection API, the secret must be stored in Prophecy before creating the connection.
- You cannot create a Salesforce connection using the create fabric API, unless the required secrets are already created in Prophecy. This is because this connection type requires more than one secret, and the create fabric API only supports creating one secret at a time.
Properties
Salesforce instance URL.For production environments, use the format
https://{instance}.my.salesforce.comFor sandbox environments, use the format https://{instance}.sandbox.my.salesforce.comReference to a Prophecy secret containing the Salesforce username.
Reference to a Prophecy secret containing the Salesforce password.
Reference to a Prophecy secret containing the Salesforce security token.
Salesforce API version.

