Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

My Integration

Description

Setup & Authentication

This integration uses custom authentication with the following fields:

  • API Key — your API key from the service provider

Actions

Action Description
my_action Describe what this action does

my_action

Inputs:

  • example_input (string, required) — an example input field

Outputs:

  • result (object) — the result data

Requirements

  • Python 3.13+
  • autohive-integrations-sdk~=1.0.2

Testing

cd samples/template
pip install -r requirements.txt
python tests/test_my_integration.py

Resources