AutomationFlowsWeb Scraping › Fiverr Webhook to SoloStack AI Analysis

Fiverr Webhook to SoloStack AI Analysis

Original n8n title: Solostack — Fiverr Auto-ingest

SoloStack — Fiverr Auto-Ingest. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

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
{
  "name": "SoloStack \u2014 Fiverr Auto-Ingest",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "fiverr-to-solostack",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "fiverr-trigger",
      "name": "Fiverr Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://localhost:8000/api/v1/webhook/fiverr",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({ buyer_name: $json.body?.buyer_name || $json.buyer_name || 'Fiverr Buyer', buyer_username: $json.body?.buyer_username || $json.buyer_username || '', message: $json.body?.message || $json.message || '', gig_title: $json.body?.gig_title || $json.gig_title || '', budget: $json.body?.budget || $json.budget || 0 }) }}",
        "options": {
          "timeout": 30000
        }
      },
      "id": "solostack-fiverr",
      "name": "SoloStack AI Analyze",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ $json }}"
      },
      "id": "respond-fiverr",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        750,
        300
      ]
    }
  ],
  "connections": {
    "Fiverr Webhook": {
      "main": [
        [
          {
            "node": "SoloStack AI Analyze",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SoloStack AI Analyze": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "tags": [
    "solostack",
    "automation"
  ]
}
Pro

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

About this workflow

SoloStack — Fiverr Auto-Ingest. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/AlfaizSamani/Solostack/blob/ab8ecb45565ee571895071b2489104605daac117/n8n-workflows/fiverr_workflow.json — 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

Blog_Summarizer. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.

HTTP Request, Email Send
Web Scraping

Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant

HTTP Request, High Level