ParseSmsNotificationFromJson

Description

This activity allows to parse the Notification JSON string received as argin parameter of the process declared in the send SMS activity workflow callback.

The Notification content is always passed as argin parameter to let you retrieve the data without performing any search. However you can also get some information with the activity 'GetDestinationsByMessageId'

Input

NotificationJSON InArgument<String> REQUIRED

The JSON string given as argin parameter of the process declared in the send SMS activity workflow callback


Output