n8n recipe

Monitor your API credit balance before LinkedIn automations block.

This recipe describes a scheduled workflow that reads the Yadulink API balance, checks a threshold, and fails visibly in n8n when credits run low.

What the workflow covers

Nodes and logic

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

Schedule
Run the workflow every 12 hours or before high-volume actions.
n8n `scheduleTrigger` node.
Credits
Read available balance from Yadulink API.
`credits.getBalance` operation.
Guardrail
Fail when balance is below your threshold.
Starting threshold: 150 credits.

Extraits citables

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

Use case

Based on the internal `credit-balance-monitor.workflow.json` example from the Yadulink n8n node.

Expected output

Scheduled trigger every 12 hours.

Method proof

n8n `scheduleTrigger` node.

Méthode de vérification

Comment transformer le template en action exploitable.

  1. 01 Schedule n8n `scheduleTrigger` node.
  2. 02 Credits `credits.getBalance` operation.
  3. 03 Guardrail Starting threshold: 150 credits.

Mode d'emploi

Why monitor it

A sales workflow that stops because of credits can break a sequence or delay a warm follow-up.

Mode d'emploi

Good threshold

Adjust the threshold to daily volume and add margin before important campaigns.

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.