Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.14 KB

File metadata and controls

50 lines (31 loc) · 1.14 KB

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