Manage scheduled email sending jobs with Cron and SendGrid automation.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "CronGrid" yet — see the docs or source repo.
Create a cron job that sends a new product promo email to subscribers every Monday at 9:00 AM, and return the job ID and configuration details.
Returns the created scheduled email job details, including the cron expression, target recipients, and job ID.
List all current cron jobs that send emails through SendGrid and sort them by next run time.
Returns a list of scheduled jobs with key details such as status, frequency, and next run time.
Delete the scheduled email job with ID job_12345 and confirm whether it was removed successfully.
Returns the deletion result, indicating whether the job was successfully removed or not found.
Schedule recurring and one-time jobs with retries, priorities, and dependencies.
Manage SendGrid templates, marketing lists, and email sending workflows.
Schedule reminders, delayed callbacks, and recurring jobs for AI agents.
Schedule reminders and notifications for AI agents via QStash and NTFY.
Send emails, validate setup, and check email history using natural language.
Generate, parse, and validate crontab expressions for scheduled task setup.