Recurring or one-time
Choose a cron schedule or a single future time. Forte calls your service whenever the action is due.
- Recurring actions run on a cron schedule, in the timezone you choose.
- One-time actions run once at a future time you set.
- Set an optional start and end window for recurring actions.
- Pause and re-enable an action without deleting it.
Calls a route on your service
An action sends a request to a route on one of your services. Your code does the work.
- Point an action at any route on a Forte service.
- Send an optional JSON body with every run.
- Run an action yourself any time with Invoke now.
Automatic retries
A failed run is retried for you on a backoff schedule, so a brief blip doesn't drop the job.
- Failed runs are retried automatically, with increasing backoff between attempts.
- Every run records its outcome — succeeded, failed, or retrying.
- Review past runs and their status in the console.
Available in early access
Actions are available for early testing. Request access from the Actions tab in your console.