Architecture of data types

Working with data in Tines 

Tines can handle many different data types as events flow through your stories. This includes:

  • Text

  • Numbers

  • Booleans

  • Arrays

  • Objects

Depending on your automation goals, you'll need to interact with and modify this data in various ways. The graphic below shows the output options available for the event transform action.

▲  How-to: work with value options

Adding new fields 

It's easy to add new fields to an event's payload as it passes through your story.

Example:

"We made a request to VirusTotal to check a URL in a previous action, and now we want an event transform to tell us the result as well as what tool we just used."

You can accomplish this with an event transform:

  1. Set up the event transform.

  2. Reference the result from the VirusTotal scan.

  3. Add "Tool" as a new object in the payload builder.

  4. Set the value to "VirusTotal".

This allows you to enrich the event's payload with additional context to use in subsequent actions.

Was this helpful?