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.
Check Balance
sms_alert:check_balance
Check the current SMS credit balance for the account.
Read
Low risk
Get Delivery Report
sms_alert:get_delivery_report
Get delivery status report for a sent SMS message.
Read
Low risk
Get Sender Ids
sms_alert:get_sender_ids
Get list of approved sender IDs available for the account.
Read
Low risk
Schedule Sms
sms_alert:schedule_sms
Schedule an SMS message to be sent at a specific date and time.
Write
Medium risk
Send Bulk Sms
sms_alert:send_bulk_sms
Send the same SMS message to multiple phone numbers in bulk.
Write
Medium risk
Send Otp
sms_alert:send_otp
Send an OTP (One Time Password) to a phone number for verification.
Write
Medium risk
Send Sms
sms_alert:send_sms
Send an SMS message to a single phone number.
Write
Medium risk
Verify Otp
sms_alert:verify_otp
Verify an OTP code entered by the user against what was sent.
Write
Medium risk