Sequence parameters are information passed from webhook triggers which are only available while the sequence is running. Once the sequence completes, the sequence parameters are deleted.
These values come from the IFTTT webhook trigger and custom webhook trigger.
Some examples of parameters which may be passed in a webhook call are:
- the name of a power outlet which triggered the webhook call
- the status of a light
- name of the person who triggered a location based trigger
Sequence parameters can be accessed by enclosing the name of the parameter in curly brackets such as {socket_name}
or {room_name}
. They can then be stored in variables or used in a condition and compared to a variable.
Still need help? Ask a question on our Q&A site or chat with me using the button below right.