Twilio Identifier node
Pulls an attribute from the user’s profile and stores it in the shared state.
The attributes should hold the telephone number or the email address depending on the delivery channel for sending the one-time password.
Outcomes
-
True
: Found user and user identifier. -
False
: User isn’t found. -
Error
: Exception occurred, and the error message stored in shared store.
Properties
Property | Usage |
---|---|
Identifier Attribute |
The IDM attribute to find in the user profile:
|
Identifier Shared State |
The shared state variable in which to store the value. |
Examples
For examples in context, refer to the Twilio examples.