Skip to main content

Tines overview

Discover how Tines can transform your workflows

9 authors69 articles

Tines University

Learn how to build in Tines and get Tines-certified


Introduction to Tines UniversityLearn more about Tines University.
Example approach: API rate limitingIn this article, we'll walk through a few approaches for handling API rate limiting in Tines.
Example approach: Story forksIn this article, we'll walk through an approach to building a story with branching, also known as a story fork.
Example approach: Event timersIn this article, we'll walk through an approach to implementing the PROMPT function and buffering a conditional response.
Example approach: API paginationIn this article, we'll walk through an approach to implementing pagination within a story.
Example approach: Refactoring storiesWalk through common refactoring steps in Tines stories using simple scenarios.
Example approach: Data in, data outIn this article, we'll walk through how to transform data throughout your story builds.
Example approach: Story troubleshootingWalk through common troubleshooting steps in Tines stories using a simple scenario.
Building blocks - HTTP request actionThis article is designed to guide you through understanding and setting up HTTP request actions.
Building blocks - Event transform actionThis article is designed to guide you through understanding and setting up event transform actions.
Building blocks - Utilize the story libraryThis article is designed to guide you through how to navigate the Tines story library.
Building blocks - Test actionsThis article is designed to help you understand how to test actions in your Tines story.
Building blocks - JSON 101This article is designed to help you grasp the fundamentals of JSON, enabling you to work more efficiently in Tines.
Building blocks - Event data flowThis article is designed to help you understand how to reference upstream event data throughout your Tines story.
Building blocks - Bulk API RequestsThis article is designed to help you understand how to build a flow to handle bulk API requests.
Data transformation example - Data structuresThis article provides examples of JSON data structures and how they look in Tines.
Data transformation example - Data mappingThis article provides a simple example of how to configure reference paths to upstream event data in Tines.
Data transformation example - Loop to restructure arrayThis article provides a simple example of how to configure a loop in Tines.
Data transformation example - FunctionsThis article provides examples of how to configure and execute simple Tines functions.
Data transformation example - Function stacks using |> %This article provides an example of how to utilize function stacks in Tines.
HTTP request action example - Simple GET requestThis article provides an example of how to build a simple GET API request via the HTTP request action.
HTTP request action example - Request with parametersThis article provides an example of how to build a simple API request with parameters via the HTTP request action.
HTTP request action example - Request with authorizationThis article provides an example of how to build a simple API request that utilizes authorization via the HTTP request action.
HTTP request action example - Filtered requestThis article provides an example of how to build a simple, filtered request via the HTTP request action.
HTTP request action example - Bulk requestThis article provides an example of how to build a bulk API request via the HTTP request action.
HTTP request action example - Templatize requestThis article provides an example of how to turn an HTTP action into a template for reusability.
HTTP request action example - Tines templatesThis article provides an example of how to use Tines Templates to execute HTTP requests in your stories.
HTTP request action example - cURL to TinesThis article provides an example of how to use cURL to Tines to create an HTTP action in a story.