Create an OAuth application
Register an application in the Constant Contact developer portal to obtain your API Key and Client Secret.
Navigate to My Applications
Go to the Constant Contact developer portal and click My Applications.
Create a new application
Click New Application.
- Enter an application name (e.g.,
StackOne Integration). Note that you cannot use “Constant Contact” in the name. - Select Authorization Code Flow and Implicit Flow as the OAuth2 flow.
- Select Rotating Refresh Tokens as the refresh token type.
- Click Create.
Open your application
From the My Applications page, click Edit on your application to open its details.
Configure redirect URI
Add the StackOne callback URL as a redirect URI.
- Enter exactly:
https://api.stackone.com/connect/oauth2/constantcontact/callback - Click Save to apply changes.
Copy the API Key
The API Key (Client ID) is displayed on the application details page.
- Copy the API Key value and store it securely for use later.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Constant Contact:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Constant Contact
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- API Key (Client ID)
- Client Secret
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile