# ------------------ # Create a campaign \ # ------------------ curl -H 'api-key:YOUR_API_V3_KEY' \ -X POST -d '{ \ # Define the campaign settings \ "name":"Campaign sent via the API", \ "subject":"My subject", \ "sender": { "name": "From name", "email":"hypnohumanis@gmail.com" }, \ "type": "classic", \ # Content that will be sent \ "htmlContent": "Congratulations! You successfully sent this example campaign via the Sendinblue API.", \ # Select the recipients\ "recipients": { "listIds": [2,7] }, \ # Schedule the sending in one hour\ "scheduledAt": "2018-01-01 00:00:01", \ }' 'https://api.sendinblue.com/v3/emailCampaigns' June - 2016
top of page
Pas encore de mots-clés.
Follow Us
  • Facebook Basic Square
  • Icône sociale YouTube
  • Google+ Basic Square
Recent Posts
Search By Tags
Featured Posts
Archive

Inscrivez-vous à notre liste de diffusion

Ne manquez aucune actualité

bottom of page