📄️ Introduction
Explore the schemas/ folder, a pivotal component in defining the structure and functionality of your activity. This folder hosts a collection of schema files, each tailored to specific aspects of your integration's behavior and structure.
📄️ base.jsonc
The base.jsonc file establishes the foundational configuration for API requests within your integration. It defines critical components such as authorization, parameter definitions, and error handling mechanisms.
📄️ Resource Folder
- The term Resourcerefers to entities such as accounts, contacts, deals, etc. The Resource parameter facilitates targeted operations within the activity, enabling you to manipulate specific data types effectively.
📄️ authentication.jsonc
- This file outlines the necessary information needed to securely connect to the external service. It includes details like API keys or OAuth tokens required for authentication. This helps ensure that only authorized users can access the integration's resources.
📄️ webhook.jsonc
The Webhook.jsonc file is used only for activities configured as triggers within the platform. This setup allows for dynamic creation of triggers based on real-time data or events. Below is an overview of how to configure a new trigger using a schema defined in the Webhook.jsonc file.