Prerequisites
Before you begin, note the following requirements for Constant Contact API access:- You must have a Constant Contact account
Registering your application
Create a developer account
Go to the Constant Contact V3 API Developer Portal and sign in with your Constant Contact account.
Create a new application
- Navigate to the My Applications tab in the Developer Portal
- Click Create New Application or Add Application
- Fill in all the required details.
- In Application OAuth2 Settings, select: Authorization Code Flow and Implicit Flow.
- For Refresh Token Type, select Rotating Refresh Tokens
- Click Create to create your application
Configure OAuth settings
- After creating your application, click Edit for the app you just created
- In the Redirect URI section, add:
https://api.nango.dev/oauth/callback - Click Save to save your changes
Get your credentials
- In your application settings, you’ll find:
- API Key (Client ID): This is your
client_idfor OAuth requests
- API Key (Client ID): This is your
- Click Generate Client Secret to create your client secret
- Copy and save both the API Key (Client ID) and Client Secret securely. You’ll need them when configuring the integration in Nango.
Next
Follow the Quickstart to connect your first account.