/create-salesforce-target

Body Params
string

Base64 encoded PEM of the connected app private key (relevant for JWT auth only)

string
required

type of the auth flow ('jwt' / 'user-password')

string

Base64 encoded PEM cert to use when uploading a new key to Salesforce

string

name of the certificate in Salesforce tenant to use when uploading new key

string
required

Client ID of the oauth2 app to use for connecting to Salesforce

string

Client secret of the oauth2 app to use for connecting to Salesforce (required for password flow)

string

Deprecated - use description

string

Description of the object

string
required

The email of the user attached to the oauth2 app used for connecting to Salesforce

boolean
Defaults to false

Set output format to JSON

string

The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)

string

Set the maximum number of versions, limited by the account settings defaults.

string
required

Target name

string

The password of the user attached to the oauth2 app used for connecting to Salesforce (required for user-password flow)

string

The security token of the user attached to the oauth2 app used for connecting to Salesforce (required for user-password flow)

string
required

Url of the Salesforce tenant

string

Authentication token (see /auth and /configure)

string

The universal identity token, Required only for universal_identity authentication

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Footer Section