Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Webhook
smtp2go:create_webhook
Create a new webhook to receive email event notifications.
Write
Medium risk
Delete Webhook
smtp2go:delete_webhook
Delete a webhook. This will stop receiving event notifications for this webhook.
Write
High risk
Get Account Info
smtp2go:get_account_info
Get account information including email credits, sending limits, and verified domains.
Read
Low risk
Get Email Stats
smtp2go:get_email_stats
Get email sending statistics including delivery rates, bounces, opens, and clicks.
Read
Low risk
Get Email Status
smtp2go:get_email_status
Get the delivery status of a sent email by its ID.
Read
Low risk
Get Template
smtp2go:get_template
Get details of a specific email template including its content and variables.
Read
Low risk
List Templates
smtp2go:list_templates
List all email templates in your SMTP2GO account.
Read
Low risk
List Webhooks
smtp2go:list_webhooks
List all configured webhooks for email events (delivery, bounce, open, click, etc.).
Read
Low risk
Send Email
smtp2go:send_email
Send an email via SMTP2GO. Supports plain text, HTML, templates, attachments, and custom headers.
Write
Medium risk