Mailchimp
How it works
You can display customer's attributes from Mailchimp, along with the list the customer is a member of.
Setup instructions
To connect Mailchimp, follow the steps below:
- Go to your Mailchimp account, click on your profile, then on Account and Profile. Detailed instructions here.
- Copy the API key.
- From the API key, get the data-center name. It should be something like "us4".
- Go to your Gorgias account, to Integrations -> HTTP Integrations.
- Create an HTTP Integration.
- Click on Add header.
- Copy the configuration below and save:
Integration name: Pull Mailchimp data
URL: https://{data center name from step 3}.api.mailchimp.com/3.0/search-members?query={{ticket.customer.email}}
HTTP Method: GET
Headers: Authorization, apikey {your api key from step 2}