Attio
Connect Attio to receive attribution data when records are created. Attio’s native webhooks fire on record events and send structured JSON with all attributes — including custom fields like “How did you find us?”. Finseo scans the payload for the attribution answer and normalizes it into a channel.Get your webhook URL
- In Finseo, open Integrations → Attio → Connect.
- Copy your personal webhook URL (contains your project ID,
?source=attio, and a secret token):
Set up the Attio webhook
- In Attio, go to Settings → Developers and open (or create) an integration.
- Create a webhook inside the integration with your Finseo URL as the target.
- Subscribe to the event
record.createdfor your People or Deals object (addrecord.updatedif the attribution field is filled later). - Save. Attio can send a test event to the target URL from the same page — use it to verify the connection.
Test and map fields
- Use the live listener in the Finseo connect dialog or Attio’s “Send test event” feature and inspect the received payload.
- If the attribution attribute isn’t detected automatically, select it under Field Mapping.
Troubleshooting
No events arrive
No events arrive
Check that the webhook status in Attio is “active” and that the subscribed event matches how your records are created. Webhooks created via OAuth tokens are not visible in the developer settings page.
Responses arrive without a channel
Responses arrive without a channel
Attio sends all record attributes — use Field Mapping in Finseo to point at the attribute that holds the attribution answer.