Schedule Setup Actor avatar
Schedule Setup Actor

Under maintenance

Pricing

Pay per usage

Go to Store
Schedule Setup Actor

Schedule Setup Actor

Under maintenance

Developed by

Christos Papaventsis

Christos Papaventsis

Maintained by Community

0.0 (0)

Pricing

Pay per usage

0

Total users

1

Monthly users

1

Last modified

3 days ago

Unique Schedule Name

scheduleNamestringRequired

A unique name for this schedule to identify it later (e.g., 'daily-scraper-task').

Target Actor Name

targetActorNamestringRequired

The full name of the actor you want to schedule (e.g., 'your-username/my-scraper').

Cron Expression for Schedule

cronExpressionstringRequired

The schedule for how often to run the actor. Use a tool like crontab.guru to generate one.

JSON Input for Target Actor

targetActorInputobjectRequired

The full JSON input object that will be passed to the target actor when it runs.