cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#KLAVIYO_CREATE_CAMPAIGN' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "KLAVIYO_CREATE_CAMPAIGN", "parameters": { "listId": "<string>", "template": "<string>", "subject": "<string>", "email": "<string>", "senderName": "<string>", "campaignName": "<string>", "smartSending": "True" } } '
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
The ID of the list that this subscriber will be added to
The ID of the email template object that will be the content of this campaign
Subject
The email address campaign emails will be sent from
The name or label associated with the email address you're sending from
Campaign name
Use smart sending : Limits the number of emails sent to an individual within a short period.
True
False
Success
Was this page helpful?