Path: blob/master/Brevo/Brevo_Add_contacts_to_list.ipynb
2973 views
Kernel: Python 3
Brevo - Add contacts to list
Tags: #brevo #contacts #lists #create #snippet
Author: Florent Ravenel
Last update: 2024-05-30 (Created: 2024-05-30)
Description: This notebook add contacts to a list in Brevo.
Input
Import libraries
In [ ]:
Setup variables
api_key
: Brevo API Keylist_id
: Brevo List IDemails
: List of emails to be added
In [ ]:
Model
Get contacts in a list
In [ ]:
Output
Display result
In [ ]:
In [ ]: