0.1.2 • Published 6 months ago

n8n-nodes-petjeaf v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Banner image

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

  1. Go to your n8n installation directory
  2. Run:
    npm install n8n-nodes-petjeaf
  3. Restart n8n

Manual Installation

  1. Clone this repository:
    git clone https://github.com/petjeaf/n8n-nodes-petjeaf.git
  2. Install dependencies:
    cd n8n-nodes-petjeaf
    pnpm install
  3. Build the project:
    pnpm build
  4. Link to your n8n installation:
    npm link
  5. In your n8n installation directory:
    npm link n8n-nodes-petjeaf

Usage

  1. Create a new workflow in n8n
  2. Add the PetjeAf node
  3. Configure your PetjeAf API credentials
  4. Select the operation you want to perform
  5. Configure the operation parameters
  6. 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:

License

MIT

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago