AutomationFlowsWeb Scraping › Vapi - Obtener Fecha Hora

Vapi - Obtener Fecha Hora

Vapi - Obtener Fecha Hora. Uses httpRequest. Webhook trigger; 4 nodes.

Webhook trigger★★★★☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 4 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": "Vapi - Obtener Fecha Hora",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "vapi-obtener-fecha",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "fcb42c6a-9be8-4a55-a7b9-be83f4d7270d",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        2864,
        672
      ]
    },
    {
      "parameters": {
        "url": "https://recepia-landing-steel.vercel.app/api/fecha",
        "options": {}
      },
      "id": "efdc91f2-79a5-4b3a-9e45-76ce40ab34b7",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        3088,
        672
      ]
    },
    {
      "parameters": {
        "jsCode": "const body = $('Webhook').first().json.body ?? $('Webhook').first().json;\nconst toolCallId = body?.message?.toolCallList?.[0]?.id ?? 'tool-call-1';\nconst fecha = $input.first().json.result;\n\nreturn [{ json: { results: [{ toolCallId, result: fecha }] } }];"
      },
      "id": "40d8a36d-e236-4490-a0b1-d9324fed16a4",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        3312,
        672
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ $json }}",
        "options": {}
      },
      "id": "3cbca2d2-98a3-4312-ba05-428943a24c36",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        3536,
        672
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "id": "8QqdHtVZKF6jNDEX",
  "tags": []
}
Pro

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

About this workflow

Vapi - Obtener Fecha Hora. Uses httpRequest. Webhook trigger; 4 nodes.

Source: https://github.com/SMsimarco/RecepIA---n8n/blob/main/n8n-flows/vapi/flow_vapi_obtener_fecha.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

This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di

n8n, Execute Workflow Trigger, HTTP Request +1
Web Scraping

This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .

HTTP Request, Ssh
Web Scraping

eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.

HTTP Request
Web Scraping

This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia

HTTP Request
Web Scraping

This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c

HTTP Request