cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MAILCHIMP_CREATE_CAMPAIGN' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "MAILCHIMP_CREATE_CAMPAIGN", "parameters": { "title": "<string>", "listId": "<string>", "fromName": "<string>", "replyTo": "<string>", "subjectLine": "<string>", "previewText": "<string>", "templateId": "<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
Title : The title to describe this campaign in your Mailchimp account.
Specify the list ID to send this campaign to
From Name : The “From” name for this campaign (not an email address).
Reply-To Email Address : The reply-to address for the email sent with this campaign.
Subject Line : The subject line to be used in the email sent with this campaign.
Preview Text : The preview text for the email of this campaign.
Specify the template to use in the email for this campaign
Success
Was this page helpful?