API node - how to send the parameter value dynamically

Go over to the API you’d like to add dynamic values to.
Then go over to the API body.

You can pass a key-value pair as shown below.

{
    "identification": "{{id}}",
    "name":"{{name}}"
}

Once this has been set up, save the changes made

Then, when you go back to the bot flow, you’ll find that the API node will have the necessary additional fields, into which you can pass variable values that dynamically change.

Note: Same syntax can be followed for adding dynamic values to the PARAMS section and would have the fields depicted in the same manner within the API node.

Happy bot building :slight_smile:

1 Like