Skip to content

Training Create a Webhook

Craig Scott edited this page Jun 9, 2026 · 1 revision

Training: Create a Webhook

What you'll learn: how to create an inbound webhook so external systems can POST data into your application. You need: Administrator or Developer access type in an application (UI label "Tenant"). Time: 5 minutes.

Before you start

A webhook gives an external system a URL to call. When it posts, the payload can trigger your data flows. Webhook names must be alphanumeric, with periods allowed — a dotted convention like training.inbound keeps them organized.

Steps

  1. Go to Left menu → Integrations → Webhooks. (Fallback: header Search → "Webhooks".)
  2. Click +. Type the Name (e.g. training.inbound) and a Description. A Value Schema can validate incoming payloads; leave it {} to accept anything.
  3. Click the orange +, then click the search button. The table shows the webhook with its generated Path (/webhook/post/training.inbound) and full URL (e.g. https://api.<stack>.fuuz.app/webhook/post/training.inbound). Webhook created

Check your work

The row shows the complete URL an external system can POST to. Calls appear in Integrations → Integration Logs.

Try it yourself

Create a data flow with an Events trigger bound to the webhook, then POST a test JSON payload to the URL with your API tool of choice and watch it arrive in Logs → Data Flow Logs.

Related training

Training: Connect to External Systems · Training: Create a Data Flow

🏠 Home

Getting Started (14)
Training Guides (52)

Applications

Access & Users

Data Models & Schema

Screens

Weather Lookup Series — guided 3-part build

Data Flows & Integrations

Data, Reporting & Monitoring

Enterprise & Organizations

Platform Concepts & Architecture (10)
Screens & Application Design (17)
Data Models & Schema (8)
Data Flows & Scripting (51)

Designing Flows

Data Flow Nodes

JSONata Reference

Scripting

Integrations & Connectors (30)

General & iPaaS

Plex

EDI

IIoT & Edge Gateway (18)

Physical Device Connectors

Edge Data Connectors

Reporting, Documents & Dashboards (8)
Administration & Access Control (27)
Data Management (8)
Accelerators, Templates & Packages (8)
Design Standards (1)
How-To Guides (8)
FAQ & Troubleshooting (1)
Release Notes (117)

2026

2025

2024

2023

2022

2021

2020

Policies & Company (6)

Clone this wiki locally