The Lansweeper Custom Field Creation & Population skill sends a single, validated request to your Lansweeper Flow Builder webhook to either create new custom fields or write a value into an existing one on one or more assets. It resolves every asset key through the Lansweeper MCP rather than asking you to supply one, validates type-specific requirements (a currency code, a valid URL, or a min/max range) before building the payload, and always shows a full summary table and waits for explicit confirmation before making any real change in your environment. It’s a natural next step after any other skill computes a per-asset value — a risk score, an EOL countdown, a compliance status — that’s worth writing back into Lansweeper.

“I just calculated something per-asset — how do I get it back into Lansweeper without re-entering it by hand?”
Handoff: any other skill’s per-asset output becomes a proposed custom field write, not a dead-end chat table.
Batch: many fields or many assets in a single call, instead of clicking through the UI one at a time.
“This writes real data into production — how do I know exactly what’s about to happen?”
Preview and consent: a full before-you-send summary table every time, with no memorized or reused webhook URL.
Traceability: an execution ID plus an explicit instruction to verify the result actually landed, rather than trusting a 200 response blindly.
Lansweeper MCP
https://mcp.lansweeper.com/mcp
Lansweeper plan
Pro, Enterprise
Need Lansweeper’s Flow Builder
LLM
Claude 3.5+, Gemini, ChatGPT, Copilot
Step 1 — Download
Download the skill package for your platform. Select Claude, ChatGPT, Gemini, or Copilot.
Step 2 — Install
Step 3 — Confirm the platform can fire the webhook
Each platform dispatches the webhook POST a different way — this isn’t a nice-to-have, it’s what makes the write actually go through.
Step 4 — Ask, review, confirm
All four follow the same flow: ask naturally (e.g. “create a custom field called Contract Value, currency USD”), you’ll be asked for your Flow Builder webhook URL fresh every time, shown a preview table of exactly what will be sent, and nothing is sent until you explicitly confirm.