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"
}
}'
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"
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?