Skip to content

Instantly share code, notes, and snippets.

@ermshiperete
Created October 11, 2024 09:22
Show Gist options
  • Save ermshiperete/98b6625d175ca6b3db96ccb68bcc531b to your computer and use it in GitHub Desktop.
Save ermshiperete/98b6625d175ca6b3db96ccb68bcc531b to your computer and use it in GitHub Desktop.
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