Device: Verify Node
The Device: Verify Node allows a workflow to verify that a Device is associated with an Experience Group or Experience User in the application.
Node Properties
The node has two required fields: a Device ID and then either an Experience User’s ID or email or the Experience Group to verify the device association.
- Device ID Template: (Required) A templatable field used to identify which device to verify the association to the group or user.
-
Compare Against … (Required, Default: Experience User) Choose which type you would like to check the device association. The following are valid types:
- Experience User - When selected, you must provide User ID or Email Template, which is a templatable field that can either be an Experience User’s ID or email address against which to check the device association. This defaults to
{{experience.user.id}}
, which is where the ID of the authenticated user making the request is placed on the initial payload of an Endpoint Trigger. - Experience Group - When selected, you must provide Group ID Template, which is a templatable field used to identify the Experience Group to check for the device association.
- Experience User - When selected, you must provide User ID or Email Template, which is a templatable field that can either be an Experience User’s ID or email address against which to check the device association. This defaults to
Node Example
There is no optional payload path to place the result, because this is a conditional node. It will either take the false
(or left) or the true
(or right) path depending on the result of the association.
Node Errors
Because this is a branching node, this node will never cause an error.
Related Nodes
Was this page helpful?
Still looking for help? You can also search the Losant Forums or submit your question there.