Getting Started Concepts The Things Stack Cloud The Things Stack Enterprise Integrations API Hardware
Get The Things Stack

Integrations

    Overview
  • Adding Applications
  • Data Formats
  • Payload Formatters
  • Webhooks
    • Creating Webhooks
    • Scheduling Downlinks
    • Webhook Path Variables
    • Webhook Retries
    • Webhook Templates
    • Troubleshooting Webhooks
  • Storage Integration
  • Integrate with popular IoT platforms
  • Other integrations
  • Application Packages
  • Examples

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 Retries →

On this page

Sections

Getting Started

Concepts

The Things Stack Cloud

The Things Stack Enterprise

Integrations

API

Hardware

Sitemap

View our Sitemap

Contributing

GitHub

About Us

The Things Industries