Skip to main content
Properties for Salesforce connections are specified in the 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

string
required
Salesforce instance URL.For production environments, use the format https://{instance}.my.salesforce.comFor sandbox environments, use the format https://{instance}.sandbox.my.salesforce.com
object
required
Reference to a Prophecy secret containing the Salesforce username.
object
required
Reference to a Prophecy secret containing the Salesforce password.
object
required
Reference to a Prophecy secret containing the Salesforce security token.
string
default:"54.0"
Salesforce API version.