AutomationFlowsWeb Scraping › Automate User Creation & Access Group Assignment in Curseduca

Automate User Creation & Access Group Assignment in Curseduca

Bycurseduca.com @curseduca on n8n.io

This workflow automates the process of creating a new user in Curseduca and granting them access to a specific access group.

Webhook trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #8201 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "Webhook - Capture User Data",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ],
      "parameters": {
        "path": "creators-create-user-with-group",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 2.1
    },
    {
      "name": "Curseduca - Create User & Assign Group",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        260,
        0
      ],
      "parameters": {
        "url": "https://prof.curseduca.pro/members",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"name\": \"{{ $json.body.name }}\",\n  \"email\": \"{{ $json.body.email }}\",\n  \"group\": { \"id\": {{$json.body.groupId}} },\n  \"notifications\": [ { \"type\": \"EMAIL\" } ],\n  \"sendMemberRegisteredEmail\": true\n}",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "headerParameters": {
          "parameters": [
            {
              "name": "api_key",
              "value": "<API_KEY>"
            },
            {
              "name": "Authorization",
              "value": "Bearer <BEARER_TOKEN>"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "name": "\u26a0\ufe0f Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        -200
      ],
      "parameters": {
        "content": "\u26a0\ufe0f Setup Instructions:\n- Replace <API_KEY> and <BEARER_TOKEN> in headers\n- Send `groupId` along with `name` and `email` in the webhook body"
      },
      "typeVersion": 1
    },
    {
      "name": "\ud83d\udce9 Example Payload",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        0
      ],
      "parameters": {
        "content": "\ud83d\udce9 Example Webhook Body:\n{\n  \"name\": \"Jane Doe\",\n  \"email\": \"jane@example.com\",\n  \"groupId\": 123\n}"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Webhook - Capture User Data": {
      "main": [
        [
          {
            "node": "Curseduca - Create User & Assign Group",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow automates the process of creating a new user in Curseduca and granting them access to a specific access group.

Source: https://n8n.io/workflows/8201/ — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface

HTTP Request
Web Scraping

Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request