Creating an OAuth Application
Create an OAuth application to obtain Client ID and Client Secret for secure integration.
Sign in to Mailchimp
Sign in to your Mailchimp account with Admin or Owner permissions.
Navigate to Registered Apps
From your Mailchimp account page:
- Navigate to your account settings (Account & billing).
- Click on Extras in the top navigation menu.
- Select Registered Apps from the dropdown menu.
Register a New App
On the Registered Apps page:
- Click the Register An App button.
- Fill in the required fields - App name (e.g., “StackOne Integration”), App description, Company/organization, and App website.
- Optionally upload a logo (JPG, GIF, or PNG, up to 1MB).
- Enter the Redirect URI
https://api.stackone.com/connect/oauth2/mailchimp/callback. - Click Create to generate your application.
Finding Your Server Prefix
Your server prefix identifies the Mailchimp datacenter for your account and is required for API requests.
Obtain from OAuth Metadata
After OAuth authorization completes:
- The server prefix is retrieved automatically from the OAuth metadata endpoint at
https://login.mailchimp.com/oauth2/metadata. - The metadata response includes the datacenter prefix (e.g., us1, us19).
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Mailchimp:Navigate to Connector Profiles