Account
, Campaign
, Case
, EmailMessage
, and Lead
.
.crt
) and private key (.pem
) files
that you will associate with the connected app.
If you do not have the certificate and private key files, you can use the openssl
utility on your local machine to create your own
private key and self-signed certificate, if your organization allows, by running the following commands, one command at a time:
https://localhost
is okay if you won’t be using this connected app for other special authentication scenarios.
.crt
) file.
<client-id>
with the consumer key value. This URL assumes that the callback URL
is https://localhost
:
.pem
) file to Unstructured as
a string that contains the contents of the file (not the private key file itself).<path-to-private-key-file>
with the path to the private key file.
<name>
(required) - A unique name for this connector.<user-name>
- The Salesforce username that has access to the required Salesforce categories.<consumer-key>
- The consumer key (client ID) for the Salesforce connected app.<private-key>
- The contents of the private key (PEM) associated with the consumer key for the Salesforce connected app, expressed as a single-line string.categories
, set one or more <category>
values (such as Account
, Campaign
, Case
, EmailMessage
, and Lead
) to process only those categories.
The default is to include these catagories if not otherwise specified: Account
, Campaign
, Case
, EmailMessage
, and Lead
.