This project facilitates the integration between Salesforce and Notion, allowing you to create Notion cards based on active cases in Salesforce.
-
requests:
- Purpose: Used for making HTTP requests to the Notion API.
- Documentation: Requests Documentation
-
json:
- Purpose: Used for working with JSON data.
- Documentation: JSON - JavaScript Object Notation
-
pandas:
- Purpose: A powerful data manipulation library for working with structured data.
- Documentation: pandas Documentation
-
simple_salesforce:
- Purpose: A Python client for interacting with Salesforce.
- Documentation: simple-salesforce Documentation
-
Homebrew:
- Purpose: A package manager for macOS, used for installing dependencies.
- Documentation: Homebrew Documentation
-
VSCode:
- Purpose: Visual Studio Code, an integrated development environment (IDE).
- Documentation: VSCode Documentation
-
Notion API:
- Purpose: Used to interact with the Notion API for creating cards.
- Documentation: Notion API Documentation
Feel free to explore the documentation for each module to gain a deeper understanding of their functionalities and usage.