Event: website.eligibilityThe website.eligibility event is sent when InboundIQ completes verification to determine whether a website is suitable for outreach.This webhook is emitted in response to a successful call to Onboard Business API and represents the final eligibility decision for the submitted website.After receiving this event, you can safely:Embed the returned loginUrl in your application using an iframe to enable immediate access.
{
"id": "evt_d6f7a4c2-9c2b-4f12-a812-4a9b4d9e1c3b",
"type": "website.eligibility",
"createdAt": "2025-12-09T10:24:31.123Z",
"data": {
"userId": "usr_9180b333-4874-4785-a380-a62d626b55fc",
"website": "https://example.com",
"isEligible": true,
"loginUrl": "https://app.inboundiq.ai/api/v1/auth/login-embeded?auth_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
}
}
The website.eligibility event is only sent after the eligibility check has fully completed.A value of false for isEligible indicates that outreach cannot be initiated for the website at this time.You can show a waitlist page till we mark the business as eligible.