Ottly Docs
Ottly Automate

Triggers

How to start workflows automatically

What are Triggers?

Triggers define when your workflow runs. Every workflow needs exactly one trigger node.

Trigger Types

TriggerWhen it fires
ManualWhen you click the Run button
ScheduleOn a recurring schedule (hourly, daily, weekly, etc.)
WebhookWhen an external service sends a request to your webhook URL
ChatWhen triggered from a chat conversation

Setting Up a Schedule

  1. Add a Schedule trigger to your workflow
  2. Choose the frequency (every hour, every day, etc.)
  3. Set the specific time or interval
  4. Activate the workflow

Webhook Triggers

Webhook triggers generate a unique URL. Send a POST request to this URL from any external service to trigger the workflow. The request body is available as input data for subsequent nodes.

On this page