Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Constant Contact for email marketing, campaign management, and contact list administration.| Property | Value |
|---|---|
| Provider ID | constant-contact |
| Category | Marketing |
| PKCE | Not supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Constant Contact OAuth App
Go to the Constant Contact Developer Portal
Navigate to Constant Contact Developer Portal and sign in.
Add the redirect URI
Add the Redirect URI from the Developer Portal to the Redirect URI field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Constant Contact API Key
- Client Secret: Paste your Constant Contact App Secret
Available Scopes
| Scope | Description |
|---|---|
contact_data | Read and write access to contacts and contact lists |
campaign_data | Read and write access to email campaigns |
offline_access | Request a refresh token for long-lived access |
Notes
- The
offline_accessscope is included by default to enable automatic token refresh. - Constant Contact refers to the Client ID as “API Key” and Client Secret as “App Secret” in their portal.