iMBrace no code workflow
  • ONBOARDING GUIDE
    • General
    • Invite Organization Members
    • Add Teams and Team Crew
    • Connect Channels
    • Create Credentials
    • Set Up Workflows
    • Set Up Message Template
    • Chat To Your Customers
      • Live Representative Chat Mode
    • Set up Data Boards
      • Data Board Filters & Segmentation
      • Set Up Board Automation
      • Board Management
    • Campaign QR Code
    • Embedded Signup (WhatsApp)
    • How To Find Support
    • Types Of Notification
  • CHANNELS
    • Facebook
    • Web Widget
    • LINE
    • WeChat
    • WhatsApp
      • WhatsApp Business Verified
  • WORKFLOWS
    • Function
    • If
    • Edit Image
    • Email trigger (IMAP)
    • HTTP(s) Request
    • Interval
    • Merge
    • Respond to Webhook
    • Schedule trigger
    • Webhook
  • INTEGRATIONS
    • App Integrations
    • Airtable
    • Asana
    • AWS
    • ClickUp
    • Freshdesk
    • Freshservice
    • Freshworks CRM
    • Google
    • HubSpot
    • Mailchimp
    • MessageBird
    • Microsoft
    • Mindee
      • Mindee API
    • monday.com
    • Odoo
    • Salesforce
    • ServiceNow
    • Shopify
    • Slack
    • Stripe
    • Telegram
    • Trello
    • Twilio
    • Vonage
    • Webflow
    • Xero
    • Zendesk
    • Zoho CRM
    • Zoom
  • API
    • Facebook Ad API
  • JOURNEYS
    • AI-Assistant Management
    • Email Campaign
    • Facebook Leads Management
    • Facebook Social Media Management
    • Form Management
    • WhatsApp Outbound
    • Business Contact Collector
  • 简体中文
    • 一般导览
    • 邀请机构成员
    • 添加团队及团队成员
    • 连接渠道
    • 创建凭证
    • 设置工作流程
    • 与您的客户对话
    • 設定数据管理
  • 繁體中文
    • 一般導覽
    • 邀請機構成員
    • 新增團隊及團隊成員
    • 連結渠道
    • 建立憑證
    • 設定工作流程
    • 與您的客戶對話
    • 設定資料管理
Powered by GitBook
On this page
  • Schedule your workflow
  • Generate a custom Cron expression
  1. WORKFLOWS

Schedule trigger

Use the Schedule trigger node run workflows at fixed intervals and times. This works in a similar way to the Cron software utility in Unix-like systems.

PreviousRespond to WebhookNextWebhook

Last updated 1 year ago

Schedule your workflow

Select an interval in Trigger Interval. iMBrace displays options for the selected interval.

Example

In this example, schedule a workflow to run once a quarter, at the end of the quarter, at 09:00.

  1. In Trigger Mode, select Every Month.

  2. To run the workflow at the end of the month, change Trigger at Day of Month to 28.

  3. Change Trigger at Hour to 8am. Leave Trigger at Minute as its default, 0.

Note that the Schedule trigger uses the workflow timezone.

Generate a custom Cron expression

If you need a custom time setting, select Trigger Mode> Custom.

To generate a Cron expression, you can use . Paste the Cron expression that you generated using crontab guru in the Expression field in workflow.

Examples

If you want to trigger your workflow every day at 04:08:30, enter the following in the Cron Expression field.

If you want to trigger your workflow every day at 04:08, enter the following in the Cron Expression field.

Why there are six asterisks in the Cron expression

The sixth asterisk in the Cron expression represents seconds. Setting this is optional. The node will execute even if you don't set the value for seconds.

*
*
*
*
*
*

second

minute

hour

day

week

month

1
30 8 4 * * *
1
8 4 * * *
crontab guru