npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-attio

v0.6.0

Published

n8n node for Attio API integration

Downloads

178

Readme

n8n-nodes-attio

This is an n8n community node that allows you to integrate Attio CRM with your n8n workflows.

Attio is a modern CRM built for the future of work, offering powerful data models, flexible workflows, and real-time collaboration features.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports all Attio API operations as defined in their OpenAPI specification, including:

  • Objects: List, Create, Get, Update objects
  • Records: List, Create, Get, Update, Delete records
  • Attributes: List, Create, Get, Update attributes
  • Lists: List, Create, Get, Update lists
  • Entries: List, Create, Get, Update, Delete list entries
  • Notes: Create, Get, Update notes
  • Tasks: List, Create, Get, Update tasks
  • Comments: List, Create comments on threads
  • Workspace Members: List workspace members
  • Webhooks: Create and manage webhooks
  • And more...

Credentials

To use this node, you'll need an Attio API access token:

  1. Log in to your Attio account
  2. Go to Workspace Settings → Developer → API
  3. Create a new API token
  4. Copy the token and add it to the Attio credentials in n8n

AI Agent Tool Compatibility

This node can be used as a tool in n8n's AI Agent workflows. To enable this functionality:

  1. Set the environment variable when running n8n:

    N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
  2. In your AI Agent workflow:

    • Add an AI Agent node (e.g., OpenAI Functions Agent)
    • Add the Attio node
    • Connect the Attio node to the AI Agent as a tool

The AI agent will be able to use Attio operations to search, create, and update CRM data based on natural language instructions.

MCP (Model Context Protocol) Integration

This node is compatible with n8n's MCP Server, allowing AI agents and MCP clients to interact with Attio CRM:

  • AI Agent Tool: Use Attio operations directly in AI agent workflows
  • MCP Server: Expose Attio workflows to external MCP clients like Claude Desktop
  • Intelligent CRM: Build AI-powered workflows that can query and update customer data

See the MCP Integration Guide for detailed setup instructions and examples.

Resources

Credits

License

MIT