API Provider Setup
To authenticate a Constant Contact element instance you must register an app with Constant Contact and know the API Key, API Secret, and Callback URL of the app.
To register an app:
- Log in to the Constant Contact Constant Contact Mashery page.
- Follow the steps provided to register your app.
- Record the Key and Secret. When you authenticate an element instance, use Key as the
apiKey
and Secret as the apiSecret
.
- Click the my account link below the API information or click the Apps & API Keys tab.
- Click Applications under My API Keys, find your app, and then click Edit.
- In Redirect URI for OAuth calls, enter the Callback URL where the user returns after authentication. Enter this URL whenever prompted to enter a Callback URL when you authenticate an element instance.
- Click Save.
Next authenticate an element instance with Constant Contact.