Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this step, we configure the JSON Generator Snap to create a JSON file with this message format (sender phone#, reload amount($), DateTime).

...

Next, we configure the ASB Producer Snap to write the JSON request after parsing to the ASB queue. We define the queue and message value and set the messages properties as follows.

...

Finally, we configure the ASB Acknowledge Snap to acknowledge the sender’s request. 

...

We configure the second Mapper Snap to pull the message from the queue and send a message (as a plain text or JSON)  back with this message content, 'Success! Your recharge is complete. Your new balance is <$current_balance+$reload_amt>.

...

' + ($original.currentBalance + $original.messageValue.reloadAmount) + '.'

...

Downloads

Info
  1. Download and import the Pipeline into SnapLogic.

  2. Configure Snap accounts as applicable.

  3. Provide Pipeline parameters as applicable.

...