AutomationFlowsGeneral › Tasker to Dashboard Sync

Tasker to Dashboard Sync

Original n8n title: Tasker to Dashboard (simple)

Tasker to Dashboard (Simple). Uses httpRequest. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesHTTP Request
General Trigger: Webhook Nodes: 2 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": "Tasker to Dashboard (Simple)",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "tasker",
        "responseMode": "lastNode",
        "options": {}
      },
      "name": "Tasker Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        240,
        300
      ],
      "id": "webhook-node"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://localhost:3001/api/webhooks/tasker-instagram",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify($json) }}",
        "options": {}
      },
      "name": "Send to Dashboard",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.1,
      "position": [
        460,
        300
      ],
      "id": "http-node"
    }
  ],
  "connections": {
    "Tasker Webhook": {
      "main": [
        [
          {
            "node": "Send to Dashboard",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [
    "tasker",
    "simple"
  ],
  "triggerCount": 1,
  "updatedAt": "2024-01-15T00:00:00.000Z",
  "versionId": "1"
}
Pro

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

About this workflow

Tasker to Dashboard (Simple). Uses httpRequest. Webhook trigger; 2 nodes.

Source: https://github.com/theplanbeta/plan-beta-dashboard/blob/31d9accda99caaa73dcd8c1ee9a3651cbccaae50/n8n-workflows/tasker-simple.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

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

General

Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.

Clockify, HTTP Request
General

DesligaBot. Uses httpRequest. Webhook trigger; 6 nodes.

HTTP Request
General

Export Workflows. Uses scheduleTrigger, httpRequest, respondToWebhook. Webhook trigger; 5 nodes.

HTTP Request
General

Vapi Invoice. Uses httpRequest, respondToWebhook. Webhook trigger; 4 nodes.

HTTP Request
General

Write Http Query String On Image. Uses editImage, httpRequest. Webhook trigger; 3 nodes.

Edit Image, HTTP Request