Skip to main content

Trigger nodes

Choose the trigger that should start a TaskJuice workflow run.

Triggers start workflow runs. Choose one trigger when the workflow should begin, then configure the selected trigger definition.

Supported triggers

TriggerBest forNotes
Form SubmissionIntake forms, approvals, customer requestsStarts when a published TaskJuice form is submitted.
ScheduleRecurring jobsRuns every configured number of minutes, hours, days, or cron schedule.
WebhookReal-time external eventsExposes a unique URL for another system to call.
App WebhookProvider events from connected appsUses app-specific webhook subscriptions when available.
PollingApps without outbound webhooksChecks a source on an interval and starts runs for new items.
RSSFeed-based workflowsStarts from new feed entries.
StreamMessage or event stream consumptionStarts from stream events configured by the integration.
Call WorkflowReusable workflow entry pointsLets another workflow invoke this workflow.
Error HandlerRecovery pathsStarts when configured workflow failures occur.

Production guidance

  • Use Form Submission for structured human intake.
  • Use Webhook when a source can call TaskJuice immediately.
  • Use Polling only when the source cannot push events.
  • Use Schedule for time-based workflows that do not depend on a source event.
  • Add authentication, filters, and deduplication before sending production webhook traffic.
Was this helpful?