This integration uses custom authentication with the following fields:
- API Key — your API key from the service provider
| Action | Description |
|---|---|
my_action |
Describe what this action does |
Inputs:
example_input(string, required) — an example input field
Outputs:
result(object) — the result data
- Python 3.13+
autohive-integrations-sdk~=1.0.2
cd samples/template
pip install -r requirements.txt
python tests/test_my_integration.py