verify_email
Check email address validity using the Instantly MCP Server to ensure deliverability and maintain contact list accuracy.
Instructions
Verify if an email address is valid. IMPORTANT: This feature may require a premium Instantly plan or specific API permissions. If you receive a 403 Forbidden error, check: 1) Your Instantly plan includes email verification, 2) Your API key has the required scopes, 3) Contact Instantly support to confirm feature availability.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Yes | Email address to verify (must be valid email format) |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"description": "Email address to verify (must be valid email format)",
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
}