v3.23.1

Getting Started Devices Gateways Integrations Reference
Get The Things Stack

Integrations

    Overview
  • Adding Applications
  • Adding Integrations
  • Cloud Integrations
  • MQTT Server
  • Pub/Sub
  • LoRa Cloud
  • Node-RED
  • IFTTT
  • Payload Formatters
  • Storage Integration
  • Webhooks
    • Creating Webhooks
    • Scheduling Downlinks
    • Webhook Path Variables
    • Webhook Templates
    • Troubleshooting Webhooks

Webhook Path Variables

Webhook path variables allow you to substitute device and application specific variables in webhook paths. This section provides instructions for using webhook path variables.

Webhook path variables allow you to use the following variables in webhook paths:

  • appID
  • appEUI
  • joinEUI
  • devID
  • devEUI
  • devAddr

Path variables can be inserted in the Base URL webhook field or the Path field for a particular type of message.

For example, if the Base URL is https://app.example.com/lorahooks{/appID} and the Path is /up{/devID} an uplink from the device dev1 of application app1 will be posted at https://app.example.com/lorahooks/app1/up/dev1.

See IETF RFC65700 for more documentation about URL path variables. The Things Stack supports all forms of path variable substitution.

← Scheduling Downlinks Webhook Templates →

On this page

The Things Stack

Getting Started

Devices

Gateways

Integrations

Reference

Contributing

GitHub

Forum

About Us

The Things Network

The Things Industries

About this page

Last changed by benolayinka on 23 Jun 2020.
doc: Update webhooks

Edit on Github