Create Schedule-Triggered Flow
sf_create_scheduled_flowCreate a Schedule-Triggered Flow to run recurring automated tasks on matching Salesforce records. Supports nightly batch processing, periodic updates, and scheduled notifications.
Instructions
Creates a Schedule-Triggered Flow that runs automatically on a recurring schedule (e.g., daily, weekly) against a batch of matching records. Use for nightly batch processing, periodic data updates, or scheduled notifications.
fullName: Flow API name label: Flow display label objectApiName: object whose records to process scheduledPaths: array defining when the flow runs (offsetNumber, offsetUnit, timeSource) description: optional description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Flow display label | |
| fullName | Yes | Flow API name, e.g. 'Nightly_Account_Update' | |
| description | No | Flow description | |
| objectApiName | Yes | Object API name to process records from, e.g. 'Account' | |
| scheduledPaths | Yes | Scheduled path definitions |