Timer Trigger

For scheduled actions

Timer Triggers allow you to turn workflows that run on a schedule into SaaS features. This is ideal for workflows that need to execute automatically at set times.

Example Use Case

Suppose you want to receive a daily summary of your Google Calendar meetings in Telegram at 9 AM.

Your workflow looks like this:

  • Schedule Trigger node β€” runs at 9 AM every day.

  • Google Calendar node β€” fetches today’s meetings.

  • Code node β€” formats the meetings list into a clean message text.

  • Telegram node β€” sends the formatted message to your chat.

For such cases, use Timer Trigger in AgentCraft

How It Works with AgentCraft

  • Replace the Schedule Trigger node in your workflow with a Webhook node.

  • In the AgentCraft webhook settings, select:

    • Trigger Type: Timer Trigger

    • Frequency & Time: set the schedule (you can allow end-users to adjust frequency and time themselves)

  • AgentCraft will call your webhook automatically according to the schedule, triggering your workflow at the right time.


With Timer Triggers, your scheduled workflows can now be offered as self-service SaaS to multiple users, without them needing to manage the schedule manually.

Last updated