🚀 Getting Started with Automator.live

Build powerful automations in minutes. No coding required.

1. Create Your First Automation

1 Go to Dashboard

After logging in, you'll see the dashboard with an AI assistant. Just describe what you want!

Try typing:
Send a Discord message when I receive a webhook

2. Use Your Automation

2 Copy Your Webhook URL

Each automation gets a unique webhook URL. Send ANY data to it:

Example curl command:
curl -X POST https://automator.live/api/webhook/YOUR-ID -H "Content-Type: application/json" -d '{"message":"Hello!"}'

3. Connect Your Apps

3 Supported Actions

Quick Example: Discord Notifications

1. Create automation: "Notify on new order"

2. Set action: Discord webhook (paste your Discord webhook URL)

3. Copy the automation's webhook URL

4. Send data to that URL from your order system

5. Get instant Discord notifications!

Go to Dashboard →