Manage Block List
Ability Name: mo-otp/manage-blocklist
Purpose: Block or unblock a phone number or an email domain.
Description: Adds or removes a phone number or email domain from the OTP block list. Blocked numbers/domains cannot receive OTPs. Returns the updated list.
Trigger Conditions:
- "Block +1-415-XXX-XX38"
- "Unblock this number"
- "Stop sending OTPs to spam.com"
Input:
| Field | Type | Required | Notes |
|---|---|---|---|
target |
string | Yes | phone or email_domain . |
action |
string | Yes | block or unblock . |
value |
string | Yes | The number or domain. |
Output: { success, message, blocked_phone_numbers?, blocked_email_domains? }
Expected Output: Confirmation plus the updated block list.
Agent Response Example: "✅ +1-415-XXX-XX38 has been blocked. 3 numbers are now on the block list."
For more information, visit our OTP Verification page.