Skip to main content

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.
PropertyValue
Provider IDconstant-contact
CategoryMarketing
PKCENot supported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a Constant Contact OAuth App

1

Go to the Constant Contact Developer Portal

Navigate to Constant Contact Developer Portal and sign in.
2

Create a new application

Click New Application.
3

Configure your app

Enter the application name.
4

Add the redirect URI

Add the Redirect URI from the Developer Portal to the Redirect URI field.
5

Get your credentials

Copy the API Key (Client ID) and App Secret (Client Secret).
Never share your App Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Constant Contact provider

Go to OAuth Providers > Add Provider > Constant Contact.
3

Enter credentials

  • Client ID: Paste your Constant Contact API Key
  • Client Secret: Paste your Constant Contact App Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
contact_dataRead and write access to contacts and contact lists
campaign_dataRead and write access to email campaigns
offline_accessRequest a refresh token for long-lived access
Include the offline_access scope to receive a refresh token. Without it, your token will expire and require the user to re-authorize.

Notes

  • The offline_access scope 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.