Saltar al contenido principal

This connection lets you store access data in one place so you can connect to your own systems or web apps without exposing passwords in every flow.


Configuration Fields

authTypeenumrequired

The authentication type required by your system:

  • none: Public requests with no key.
  • bearer: Authorization token (Bearer Token).
  • apiKey: Access key sent in the headers.
  • basic: Standard username and password.
baseUrlstringoptional

Main address of your API (e.g. https://api.yourcompany.com/v1).

defaultHeadersobjectoptional

Fixed headers included in every request:

{
"Content-Type": "application/json",
"X-App-ID": "convoflow"
}