Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ronknight/brevo-api-contact-creation-data-processing-with-csv
- Owner: ronknight
- License: mit
- Created: 2024-03-15T16:53:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T17:29:43.000Z (7 months ago)
- Last Synced: 2024-11-07T07:20:28.759Z (about 2 months ago)
- Topics: brevo-api, csv, data-processing, python
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-Brevo API Contact Creation Data Processing with CSV-1.eraserdiagram
- License: LICENSE
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