Skip to main content

File Structure

Connectors are organized into a main connector file and (optionally) partial files for each resource:
Naming conventions:
  • Use kebab-case for file names
  • Reference partials in the main file using $ref: provider.resource
  • Add references in alphabetical order (not required, but recommended for readability)

Main Connector File

The main connector file defines metadata, authentication, and references to action partials.

Complete Example