Search results

  1. M

    Multi Step in Post Webhook

    In the case of a Post Webhook, we encounter a scenario in which multiple steps are required during setup and, occasionally, in automation. Some of these steps are applicable in both contexts. To manage these situations, we have implemented multi-step processes that will execute under the...
  2. M

    How to use boolean() prefix in JSON

    What is boolean() prefix The boolean() prefix is an advanced built-in function that is used to convert a value mapped inside it into a boolean format. This prefix is commonly used in request JSON when a Static dropdown values need to be converted into the boolean format e.g. true or false...
  3. M

    Select Trigger Response

    In complex workflows, it is common to come across scenarios where a single trigger response does not contain all the required mappable fields. This limitation poses a challenge when configuring the workflow accurately. However, by utilizing the capability to capture and utilize multiple trigger...
  4. M

    How to Use "Is JSON Params?" Option in URL-Encoded Form Data Request

    What is "Is JSON Params?": The "Is JSON Params?" option in URL-encoded form data requests provides a solution for varying data format preferences in different applications. By leveraging this option, you can seamlessly transmit parameter values as JSON objects or array values, based on the...
  5. M

    Parameters Authentication Settings

    Parameters Authentication Settings Parameter authentication settings are essential when an API request requires authentication using a key-value pair in the query parameters or headers. This is typically done using parameters such as api_key, version, subdomain, etc. to authenticate the request...
Top