JSON Serialize to URL query

Demo to preview the plugin:

Introduction

This plugin create a serialized version of a JSON payload and will output a URL encoded version (URL parameters / query).
Use this when you need to dynamically create key/value pair for API that only accept URL encoded data (like Stripe).
Image without caption

How to setup

Use JSON Serialize to URL query actionโ€™s result in workflow to create a serialized version of a JSON payload

Plugin Actions

  1. JSON Serialize to URL query - Create a serialized representation of a JSON suitable for use in a URL query string or Ajax request
    1. Image without caption
      Title
      Description
      Type
      JSON Body
      JSON Body that you wanโ€™t to be URL encoded
      Text
      Traditional
      A Boolean indicating whether to perform a traditional โ€œshallowโ€ serialization.
      Checkbox (yes/no)
      Return Values:
      Title
      Description
      Type
      Result URL Encoded
      URL encoded version of JSON body
      Text
      Result URL Decoded
      Unencoded version of an encoded result
      Text
Image without caption

Changelogs