0.1.2 • Published 6 months ago
n8n-nodes-petjeaf v0.1.2
n8n-nodes-petjeaf
This is an n8n community node for interacting with the PetjeAf API. It provides functionality to:
- Diagnose access issues
- Cancel memberships
- Forward issues to creators
- Diagnose login issues
Prerequisites
- n8n (version 1.0.0 or later)
- A PetjeAf API Bearer token
Installation
Follow these steps to install this node in your n8n instance:
Local Installation
- Go to your n8n installation directory
- Run:
npm install n8n-nodes-petjeaf
- Restart n8n
Manual Installation
- Clone this repository:
git clone https://github.com/petjeaf/n8n-nodes-petjeaf.git
- Install dependencies:
cd n8n-nodes-petjeaf pnpm install
- Build the project:
pnpm build
- Link to your n8n installation:
npm link
- In your n8n installation directory:
npm link n8n-nodes-petjeaf
Usage
- Create a new workflow in n8n
- Add the PetjeAf node
- Configure your PetjeAf API credentials
- Select the operation you want to perform
- Configure the operation parameters
- Run your workflow
Operations
Diagnose Access Issues
Helps diagnose why a user might be having access problems to content.
Cancel Membership
Allows you to cancel a user's membership.
Forward to Creator
Forwards user issues or data directly to the content creator.
Diagnose Login Issues
Helps diagnose why a user might be having problems logging in.
Credentials
This node uses Bearer token authentication. You'll need to: 1. Get your PetjeAf API Bearer token 2. Add new credentials in n8n 3. Select "PetjeAf API" as the credential type 4. Enter your Bearer token
Support
If you have any questions or issues:
- Check our documentation
- Contact support@petjeaf.com