webhooks.foreach
Iterates over an array of objects and processes an output based on each element in the array. Works similarly to JavaScript's forEach method.
An object that contains the foreach properties.
foreach Properties
The values to append to the output_key.
Properties from the object can be referenced and added to the output_key by using the following syntax: ${this.property_name}.
The this keyword is used to reference the current object in the array.
The max amount of elements that are iterated over in the array. This will start at the beginning of the array.