What's New
in Parabola

This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.
April 8, 2024

Send more types of API requests

Improvement
Improvement

Improvement

More API request body formatting options

The "Protocol" dropdown in request body of all three API steps has been replaced with a "Format" dropdown.

In addition to JSON and GraphQL, Parabola now supports plain text, form-data, and x-www-form-urlencoded formatting types.

When using these options, if an API step does not already have a "Content-Type" header included, we will also now automatically add the right one, according to the last selection in the "Format" field.

This is available on all API steps - Pull from AP, Enrich with API, and Send to API

Merge tag support in header values

Utilize merge tags, columns referenced by name and wrapped in {curly braces}, within the value field of a custom header to merge in values for each API call from the input data.

Available in the Enrich with API and Send to API steps.

See More Updates