Create encrypted headers or parameters in Action river

In a REST API connection, you can add parameters to your connection and encrypt these values.

First, create the API source connection (by navigating to the Connections tab, clicking ‘New Connection’, and selecting the REST option).

Enter the value and check the ‘Is Password’ box before saving the connection.

Next, navigate to your Action river, and see that a variable called {connection.token} now exists in the variable menu in the top right corner of the Action Steps of the river. It is now available for use in the Action Steps.

Finally, use it with curly brackets instead of the unencrypted token value, like this:

2 Likes