This activity has been deprecated so it won’t receive any update any more. It's not visible in the workflow designer but workflows which are using it will continue to work fine. Use the activity CommunicationHubs.ParseSmsNotificationFromJson instead

ParseNotificationFromJson

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