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.

Verified facts

What the tool should clarify before being used.

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.

Verification method

How to turn the template into an actionable step.

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

How it works

Why monitor it

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

How it works

Good threshold

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