Skip to main content

Introduction

Integration Collections is a module for storing various data that can be used for integrating different services and systems. To integrate third-party services, it is necessary to create and configure collections.

const config = {
token:'your-app-token',
};
const { IntegrationCollections } = defineOneEntry('your-url', config);