curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MAILCHIMP_CREATE_LIST' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MAILCHIMP_CREATE_LIST",
"parameters": {
"name": "<string>",
"fromName": "<string>",
"fromEmail": "<string>",
"defaultSubject": "<string>",
"language": "<string>",
"permissionReminder": "<string>",
"companyName": "<string>",
"streetAddress": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"countryCode": "<string>"
}
}
'curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MAILCHIMP_CREATE_LIST' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MAILCHIMP_CREATE_LIST",
"parameters": {
"name": "<string>",
"fromName": "<string>",
"fromEmail": "<string>",
"defaultSubject": "<string>",
"language": "<string>",
"permissionReminder": "<string>",
"companyName": "<string>",
"streetAddress": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"countryCode": "<string>"
}
}
'Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Name : The name for the list in your Mailchimp account.
From Name : The default From Name for campaigns sent to this list.
From Email : The default From Email for campaigns sent to this list.
Default Subject : The default subject line for campaigns sent to this list.
Language : The default language for campaigns sent to this list.
Permission Reminder : A description for explaining how contacts got added to this list.
Company Name : Part of required contact information displayed in campaign footers.
Street Address : Part of required contact information displayed in campaign footers.
City : Part of required contact information displayed in campaign footers.
State : Part of required contact information displayed in campaign footers.
Zip Code : Part of required contact information displayed in campaign footers.
Country Code : Part of required contact information displayed in campaign footers. Defaults to US.
Success
Was this page helpful?