Wildcard API calls and actions

As of mid-October 2020, we started to include wildcard actions on each new Connector in order to give our customer full flexibility in creating end-points, that Locoia may not provide yet. The HTTP requests that are covered are:

  • POST

  • GET

  • PUT

  • PATCH

  • DELETE

Just search for `wildcard` in the connector actions. If you don't find a wildcard action yet on a connector, we can add them in under 24 hours (business time) on any of the connectors.

The Endpoint can be relative to the Connector base domain or you can pass an absolute URL in order to e.g. switch from api.myDomain.com/something to file.myDomain.com/upload

The individual fields offered on each wildcard action render Jinja2 dynamically.

Last updated