Create connection
Creates a connection in a customer’s account. This endpoint supports the following in customer accounts:
- Adding a shell connection
- Adding and authenticating a connection (not supported for OAuth type connections)
Requires oem_vendor
privilege.
Path parameters
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The application type of the connection, for example, salesforce
.
Connection name, for example, Prod Salesforce connection
.
Specifies whether the connection is a shell connection or an authenticated connection. Defaults to false
if not specified. If shell_connection
is false
, credentials are passed, and the connection is tested and established. If shell_connection
is true
, credentials are passed, but the connection isn’t tested or established, and additional actions are required for authentication.