Realphonevalidation

Learn how to use Realphonevalidation with Composio

Overview

Enum

REALPHONEVALIDATION

Description

RealPhoneValidation offers real-time phone number validation services, providing information on connectivity, phone type, carrier, and more.

Authentication Details

api_key
stringRequired

Actions

Tool to validate an email address and check connectivity and disposability. use after gathering an email to ensure it's deliverable and not disposable.

Action Parameters

email
Required
output
stringDefaults to json
token
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to determine if a phone number is active on a valid phone service provider. use after collecting the user's phone number for real-time verification.

Action Parameters

cc
string
output
stringDefaults to json
phone
stringRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to check if a phone number has been reassigned since a given consent date. use when verifying number ownership status after obtaining user consent.

Action Parameters

contact_date
stringRequired
output
stringDefaults to json
phone
stringRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to scrub phone numbers in bulk for connection status and type. use when validating multiple numbers at once.

Action Parameters

phones
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to perform real-time phone number validation (status, type, carrier, caller name/type). use after collecting a 10-digit us phone number in webforms or crm for immediate validation.

Action Parameters

output
stringDefaults to json
phone
stringRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to identify whether a us phone number is landline or wireless. use when conducting tcpa compliance checks.

Action Parameters

output
stringDefaults to json
phone
stringRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean