Integration
Reassigned Numbers Database (RND)
Check whether a phone number was reassigned after the recorded consent date.
Description
AIM AI can be configured to request a Reassigned Numbers Database result before an approved outbound call. Consent dates, match handling, record retention, and human escalation are confirmed before implementation.
Authentication
- A Reassigned Numbers Database API key is required.
- Exact lookup policy, consent evidence, and approved actions are confirmed during workflow scoping.
Supported Actions (1)
These are the operations this integration can perform after the required credentials and permissions are approved.
- Lookup reassignment status
Examples
Use these representative payloads as a technical starting point, then replace the sample values with the approved workflow data.
Reassigned Numbers DB - Lookup
Representative workflow configuration for Reassigned Numbers DB - Lookup.
JSON
{
"automationType": "reassigned_numbers_db",
"nodeId": "rnd-lookup-001",
"nodeParams": {
"action": "lookup_reassignment",
"params": {
"phone": "+14155551234",
"consentDate": "2022-01-01",
"apiKey": "YOUR_RND_API_KEY"
}
}
}