To authenticate an Infusionsoft Marketing Automation element instance you must register an app with Infusionsoft. You also must establish an API key for your account. When you authenticate, use the encrypted API key (Encrypted Key) from your account and the client_id, client_secret, and Callback URL from your registered app.
Infusionsoft Credential | Cloud Elements Parameter |
---|---|
Encrypted Key | Infusionsoft Encrypted Keyinfusionsoft.private.key |
client_id | oauth.api.key |
client_secret | oauth.api.secret |
Callback URL | oauth.callback.url |
If you already created an application and set up an API Key, follow the steps below to locate the Encrypted Key, client_id, client_secret, and Callback URL. If you have not created an app, see Create an Application.
To find your Encrypted Key:
To find your OAuth 2.0 credentials:
If you have not created an application, you need one to authenticate with Infusionsoft. You also must generate an encrypted API key. The latest Infusionsoft documentation for each of these tasks are:
To create an application:
To set up an encrypted API key:
Next authenticate an element instance with Infusionsoft Marketing Automation.