OptionalcallbackUrl?: string | nullOptional webhook URL to call after each scheduled import execution. The URL will receive a POST request with execution status.
The ID of the import source to schedule
The frequency of the scheduled import. ONCE: runs only at startTime. DAILY: runs every day at the specified time. WEEKLY: runs every 7 days. MONTHLY: runs on the same day of each month.
The date and time when the first import should execute, in ISO 8601 format (e.g., '2024-01-15T02:00:00Z'). Must be in the future.
Optionaloptions: RequestOptions
Creates a new scheduled import configuration for the specified import source. Scheduled imports allow you to automate data imports on a recurring basis (daily, weekly, monthly) or run them once at a specific time.