action ipqualityscore_email_validation { label: "Email Validation" description: "Email Validation" provider: ipqualityscore method: GET path: "/json/email/{YOUR_API_KEY_HERE}/{USER_EMAIL_HERE}" encoding: json output: { type: "object" properties: { associated_names: { type: "object" properties: { names: { type: "array" items: { type: "string" } } status: { type: "string" } } } associated_phone_numbers: { type: "object" properties: { phone_numbers: { type: "array" items: { type: "string" } } status: { type: "string" } } } catch_all: { type: "boolean" } common: { type: "boolean" } deliverability: { type: "string" } disposable: { type: "boolean" } dns_valid: { type: "boolean" } domain_age: { type: "object" properties: { human: { type: "string" } iso: { type: "string" } timestamp: { type: "number" } } } domain_velocity: { type: "string" } first_name: { type: "string" } first_seen: { type: "object" properties: { human: { type: "string" } iso: { type: "string" } timestamp: { type: "number" } } } fraud_score: { type: "number" } frequent_complainer: { type: "boolean" } generic: { type: "boolean" } honeypot: { type: "boolean" } leaked: { type: "boolean" } message: { type: "string" } overall_score: { type: "number" } recent_abuse: { type: "boolean" } request_id: { type: "string" } sanitized_email: { type: "string" } smtp_score: { type: "number" } spam_trap_score: { type: "string" } success: { type: "boolean" } suggested_domain: { type: "string" } suspect: { type: "boolean" } timed_out: { type: "boolean" } user_activity: { type: "string" } valid: { type: "boolean" } } } }