real_time_email_verification
Validate email addresses in real time using Revenuebase API. Ensure email authenticity and reduce bounce rates for accurate communication.
Instructions
Verifies a single email address using the Revenuebase API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Yes |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"title": "Email",
"type": "string"
}
},
"required": [
"email"
],
"title": "real_time_email_verificationArguments",
"type": "object"
}