Skip to main content
Version: 1.24

Parse JSON Into Tokens

Creates tokens that follow this pattern [<BaseTokenName>:PropertyName]. BaseTokenName is a parameter of this action that is specified below. Note that if the the object is complex, child nodes can be accessed with dot notation like this [<BaseTokenName>:Property.SubProperty.AndSoOn]. In case of an array, for performance reasons and to prevent context flooding with tokens, they are not expanded. You will need to re-apply the Parse JSON Into Tokens action on the array token (e.g. [:ArrayProperty]) to generate tokens for it. The tokens resulting from an array parse will look like this: [:0.Property], [:1.Property].

Parameter Reference

ParameterDescriptionSupports TokensDefault
JSON StringCan contain contextual tokens (for example [Email]) and My Tokens.YesNone
Base Token NameThis is a prefix for all tokens that are created from the JSON string. See action help text above for details.NoNone