Overview
📄️ Boilerplate Overview
Boilerplate is a pre-written codebase that speeds up development by providing a foundational template for building extensions.
📄️ Resource Directory
The term 'Resource' refers 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 Schema
This file outlines the 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.
📄️ Base Schema
The base.json file establishes the foundational configuration for API requests within your integration. It defines critical components such as authorization, parameter definitions, and error handling mechanisms.
📄️ Webhook Schema
The Webhook.json 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.
📄️ Create Workflows
For a step-by-step guide on how to build and configure workflows in Boltic, refer to the Boltic Workflow Documentation.