n8n
Connect xpay✦ Tools to n8n workflow automation.
Prerequisites
- n8n instance (self-hosted or cloud)
- An xpay API key
Setup
Install the community node
npm install n8n-nodes-xpayThen restart your n8n instance.
Build a workflow
- Drag the XPay Discover node into your workflow to search for tools
- Connect it to an XPay Run node to execute the selected tool
- Configure both nodes with your API key
For n8n Cloud, see our n8n Cloud integration guide for installing community nodes.
Example Workflow
Trigger → XPay Discover (query: "scrape website") → XPay Run → Process ResultVerify
- After installing, the XPay nodes should appear in the node palette
- Create a test workflow with XPay Discover → check that it returns tools
Troubleshooting
- Node not appearing: Restart n8n after installing the community node
- Auth errors: Enter your API key in each XPay node’s credentials
- n8n Cloud: Community nodes require the “Starter” plan or higher
Last updated on: