Hi everyone! 👋
I'm working on integrating Attio CRM into n8n using the HTTP Request node and Attio’s v2 API.
I’ve managed to create contacts via PUT /v2/objects/people/records, and that part seems to work fine.But I’m trying to understand if anyone has a solid setup or example workflow for things like:
- Checking if a contact already exists (via email or LinkedIn URL)
- Conditionally creating or updating based on that
- Handling custom fields in the contact creation/update
I’m currently using Bearer token auth, and also exploring the POST /v2/objects/people/records/query endpoint to search for contacts.
Would love to see any working examples, workflows, or best practices from the community if you've done something similar.
Thanks in advance! 🙏Also, if there’s an official integration planned or tutorial somewhere, I’d be happy to check it out!