Created
October 11, 2024 09:22
-
-
Save ermshiperete/98b6625d175ca6b3db96ccb68bcc531b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request POST \ | |
--url https://api.brevo.com/v3/emailCampaigns \ | |
--header 'accept: application/json' \ | |
--header "api-key: $BREVO_API_KEY" \ | |
--header 'content-type: application/json' \ | |
--data ' | |
{ | |
"inlineImageActivation": false, | |
"sendAtBestTime": false, | |
"abTesting": false, | |
"ipWarmupEnable": false | |
} | |
' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment