Schedule work with Tasks
July 1, 2025Use tasks to schedule messages in advance.
Superinterface now lets your assistants send messages automatically on a schedule using tasks. Define a JSCalendar schedule and the platform will post the message at the right time, triggering a run just like a normal conversation.
Why tasks?
Sometimes you need an assistant to take action later—daily summaries, weekly reminders, or a post timed for your audience. With tasks you can automate these workflows without external cron jobs or manual steps.
Key features
Assistants can create, update, and delete tasks via functions
Recurring schedules via JSCalendar recurrence rules
REST API endpoints for programmatic control
You’ll find a new Tasks menu in the dashboard showing every scheduled task. When the time comes, Superinterface injects the task message into the thread and starts a run. Recurring tasks continue according to your rules.
Get started
Add task functions to your assistant or call the REST API endpoints under /api/cloud/tasks
. Check out the Tasks guide and API reference to see schedule examples and request formats.
We can’t wait to see how you automate your workflows!