Package name:
n8n-nodes-ofauth — available as a community node in n8n.Installation
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
Authentication
Enter Your API Key
Paste the API key from your OFAuth dashboard.
Available Resources
The OFAuth node exposes these resources, each with standard operations (Get All, Get, Create, Update, Delete) where applicable:| Resource | Description |
|---|---|
| Whoami | Account information |
| Connections | Connection management |
| Settings | Account settings |
| Self | Creator profile |
| Earnings | Earnings data and analytics |
| Analytics | Posts, stories, streams analytics |
| Posts | Post management |
| Users | User operations |
| Chats | Chat and messaging |
| Mass Messages | Mass messaging |
| Subscribers | Subscriber data |
| Subscriptions | Subscription management |
| Promotions | Promotions and tracking links |
| Vault | Vault media management |
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:| Field | Description |
|---|---|
| Limit | Maximum number of results (default: 50) |
| Offset | Starting position for results |
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.
Configuration Reference
| Setting | Value |
|---|---|
| Base URL | https://api-next.ofauth.com |
| Content-Type | application/json |
| Accept | application/json |
| Auth | API Key header |