Before users connect: create the OAuth application
1
Create an application
Open the Constant Contact V3 Developer Portal, select My Applications, then select New Application.
Name the application after the product you are connecting, choose OAuth2, and use the Authorization Code Flow. Choose rotating refresh tokens unless your implementation requires otherwise.


2
Configure OAuth access
Add this production redirect URI:Enable these scopes:The
offline_access scope is required for refresh tokens.3
Copy the credentials into Rollout
On My Applications, select Edit for the application. Copy the API Key. This is the OAuth Client ID. Then select Generate Client Secret and copy the secret immediately.Enter both values in the Constant Contact OAuth configuration in Rollout. The portal only displays the Client Secret when it is generated.
Connect a Constant Contact account
1
Start the secure connection
In the connection window, select Connect Account.



2
Sign into Constant Contact
In the secure Constant Contact window that opens, sign in with the account you want to connect.
3
Allow access
Review the requested access, then select Allow. The window closes and returns you to the product.Your Constant Contact account is now connected.