Otomato SDK Integration Guide
Installation
npm install otomato-sdkAuthentication
import { apiServices } from 'otomato-sdk';
apiServices.setUrl("https://api.otomato.xyz/api");
apiServices.setAuth("your-auth-token");Core Concepts
Concept
What it is
Your First Workflow: ETH Price Alert
DeFi Example: AAVE Health Factor Monitor
Using Dynamic Output in Actions
Running via REST API (no SDK)
Step 1: Create the workflow
Parameter
Location
Description
Step 2: Run the workflow
Step 3: Get execution history
Parameter
Required
Description
Step 4: Get full details of a single execution
Important Behavior Notes
More Examples
Protocol
Example
Need Help?
Last updated