Get started
Beway LabsBeway Labs

AI workflows that deliver results.

Product

  • Use Cases
  • Pricing
  • Blog

Company

  • About
  • Careers
  • Contact

Legal

  • Privacy
  • Terms
  • Security

Resources

  • Documentation
  • Help Center
  • API Reference
© 2025 Beway Labs. All rights reserved.
TwitterLinkedInGitHub
Back to Documentation
AI Workflows

Trigger Configuration

Learn how to configure different types of triggers to start your workflows.

Available Trigger Types

Schedule

Run workflows at specific times or intervals

Webhook

Trigger from external HTTP requests

Email

Trigger when emails are received

Calendar Events

Trigger based on calendar events

Manual

Trigger workflows manually

Configuration Example

Here's an example of configuring a schedule trigger to run every day at 9 AM:

{
  "type": "schedule",
  "config": {
    "frequency": "daily",
    "time": "09:00",
    "timezone": "Europe/Paris"
  }
}

Best Practices

  • •Use webhooks for real-time integrations
  • •Set appropriate rate limits to avoid overload
  • •Always validate incoming data from triggers
Workflow BuilderAction Templates