Introduction
As you build workflows in Tines, you'll frequently need to connect to external systems like APIs, databases, cloud services, and third-party applications. These connections almost always require some form of authentication, whether that's an API key, username and password, or an OAuth token. But here's the challenge: How do you securely store and use this sensitive information without exposing it in your workflows?
That's where credentials come in. Credentials in Tines provide a secure vault for storing authentication information, keeping your sensitive data protected while making it easy to use across your stories.
In this module, you'll learn how to create, manage, and use credentials in Tines. You'll discover the different types of credentials available, understand when to use each one, and see how Connect flows can simplify the setup process for popular services. By the end, you'll be able to securely authenticate your Tines workflows with the rest of your technology stack.
Learning objectives
By the end of this module, you'll be able to:
Explain what credentials are and why they're essential for secure automation.
Identify the different credential types available in Tines and when to use each one.
Implement credentials in your workflows using Connect Flows and reference them in actions and formulas.