📖API Documentation

Developer Documentation

Everything you need to integrate Growlio into your applications. Build powerful automations with our comprehensive API.

API v2.0
99.9% Uptime
OpenAPI 3.0
NEW

Try it in seconds

# Install the SDK
npm install @autoflow/sdk
# Make your first API call
import { Growlio } from '@autoflow/sdk';

const client = new Growlio('your-api-key');
const response = await client.messages.send({
  channel: 'whatsapp',
  to: '+1234567890',
  content: 'Hello from Growlio!'
});