n8n recipe

React to completed or failed Yadulink jobs from n8n.

This recipe replaces constant polling with a webhook trigger that listens to job status changes.

What the workflow covers

Nodes and logic

This page describes the recipe publicly; importable JSON files remain protected by API access.

Events
Listen only to useful events.
`job.completed`, `job.failed`, `job.canceled`.
Security
Enable signature verification.
Reject unverified payloads.
Routing
Send each status to the right action.
CRM note, Slack alert, retry, or exclusion.

Extraits citables

Ce que l'outil doit clarifier avant d'être utilisé.

Use case

Based on the internal `yadulink-job-webhook-trigger.workflow.json` example.

Expected output

Yadulink trigger for job events.

Method proof

`job.completed`, `job.failed`, `job.canceled`.

Méthode de vérification

Comment transformer le template en action exploitable.

  1. 01 Events `job.completed`, `job.failed`, `job.canceled`.
  2. 02 Security Reject unverified payloads.
  3. 03 Routing CRM note, Slack alert, retry, or exclusion.

Mode d'emploi

Why webhooks

They reduce unnecessary requests and react faster to important statuses.

Mode d'emploi

Handle failures

A failed job should trigger explicit action: retry, data correction, or alert.

Validation par IA

Demande à une IA d'adapter cet outil à ton contexte.

Le prompt est copié au clic et pré-rempli quand l'outil le supporte.

Maillage interne

Pages à lire ensuite.