New relation
Fires when a connected account gains a new relation: a LinkedIn invitation is accepted, a Facebook friend is added, or a new WhatsApp contact appears in the address book.
Payload
{
"event": "user.relation_added",
"account_id": "acc_linkedin_1",
"timestamp": "2026-05-16T11:02:11.000Z",
"data": {
"provider_id": "ACoAAAcDMMQBODyLwZrRcgYhrkCafURGqva0U4E",
"public_identifier": "anna-sales",
"first_name": "Anna",
"last_name": "Sales",
"headline": "Founder @ ExampleCo",
"source": "INVITATION_ACCEPTED"
}
}Use cases
- Trigger the next step of an outreach sequence once an invitation is accepted.
- Sync the new contact into your CRM with the cached profile fields.
- Score the new relation through the AI capability layer and route to the right owner.
Updated May 2026