Where do I store API credentials?
Where do I store API credentials?
Use HTTP Authentication configurations to store credentials separately from the HTTP Client. Reference them across multiple connections without duplicating settings. For sensitive values like API keys, store them as encrypted Environment Variables and reference them using
${VARIABLE_NAME} syntax.What connection types does Alumio support?
What connection types does Alumio support?
REST APIs (HTTP), SOAP, databases (MSSQL, MySQL, Oracle, PostgreSQL), Filesystems (FTP, SFTP, S3), Email servers (SMTP, SendGrid), Webhooks, and HTTP Proxies.