Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronknight/brevo-api-contact-creation-data-processing-with-csv

🤖This file provides an overview of the Python program for processing CSV data and creating new contact with Brevo API.
https://github.com/ronknight/brevo-api-contact-creation-data-processing-with-csv

brevo-api csv data-processing python

Last synced: 7 days ago
JSON representation

🤖This file provides an overview of the Python program for processing CSV data and creating new contact with Brevo API.

Awesome Lists containing this project

README

        

cloud-architecture-diagram

title Brevo API Contact Creation Data Processing with CSV

// Define groups and nodes
CSV Data {
Email [icon: file-text]
First Name [icon: file-text]
Last Name [icon: file-text]
Additional Info [icon: file-text]
}
API Interaction {
Check Existing Email [icon: api]
Create New Contact [icon: api]
}
Logging {
API Log [icon: file-text]
Error Log [icon: file-text]
}
Environment {
API Credentials [icon: lock]
}

// Define connections where none are between a parent group and its own child node
Email > Check Existing Email
Check Existing Email > Create New Contact
Create New Contact > API Log
Create New Contact > Error Log
API Credentials > Check Existing Email
API Credentials > Create New Contact