Package name:
n8n-nodes-ofauth — available as a community node in n8n.Installation
1
Install via Community Nodes (Recommended)
In your n8n instance:
- Go to Settings → Community Nodes
- Click Install a community node
- Enter
n8n-nodes-ofauth - Click Install
2
Or Install Manually
Authentication
1
Add Credential
In n8n, go to Credentials → Add Credential and search for OFAuth API.
2
Enter Your API Key
Paste the API key from your OFAuth dashboard.
3
Save and Test
Click Save. Use a Whoami operation to verify the connection works.
Available Resources
The OFAuth node exposes these resources, each with standard operations (Get All, Get, Create, Update, Delete) where applicable:Using the Node
Basic Setup
- Add the OFAuth node to your workflow
- Select your OFAuth credentials
- Choose a Resource (e.g., Self, Posts, Earnings)
- Choose an Operation (e.g., Get All, Create)
- Enter the Connection ID for the target OnlyFans account
- Configure additional fields as needed
Connection ID
Most operations require a Connection ID to specify which OnlyFans account to access. Retrieve available Connection IDs using the Connections → Get All operation, then reference them in subsequent nodes.
Pagination
For list operations, use the Additional Fields to control pagination:Example Workflows
Daily Earnings Report
New Subscriber Welcome
Export Posts to Airtable
Content Analytics Dashboard
See the Common Workflows page for more detailed automation patterns.