Prerequisites
Before you begin, note the following requirements for Constant Contact API access:- You must have a Constant Contact account
Registering your application
1
Create a developer account
Go to the Constant Contact V3 API Developer Portal and sign in with your Constant Contact account.
2
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
3
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
4
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.
5
Next
Follow the Quickstart to connect your first account.