What's new
May 17th, 2022
New Email Action sender address
On May 30th we will be making a change to the Tines platform to change the default Email Action sender from support@tines.io
to mail@tines.io
. This will not impact any of your Stories in Tines, but may require an update to any mail filtering rules that have been created on your corporate mail gateway.
The new mailing address will not accept email replies, so a ‘Reply To’ address should be configured on Email Actions to avoid bouncebacks. Customers that sign up before May 30th will already have the new address enabled.
May 12th, 2022
Resizable Annotations
You can now change the width of an annotation to better fit the content and your story.
May 10th, 2022
Event Payload Search Term Highlighting
Relevant search term from Event Payload Search will now be highlighted on match.
May 3rd, 2022
Event Payload Search
You can now perform full text search within all event payloads.
Other Teams View
Admins can now access teams they are not members of through the Other Teams list, located below the My Teams list on the left-hand navigation bar.
April 22nd, 2022
Search users
You can now search a user by their name or email address from the user management page.
April 13th, 2022
Re‑emit API
You can now re‑emit an event through the Tines API. Re‑emitting events duplicates them and passes them down to receiving actions. Learn more
April 8th, 2022
Clear events for multiple actions from the action bar
You can now clear events for multiple actions from the action bar.
March 29th, 2022
Groups
Groups enable a better organization of complex stories by extracting well-defined branches of a story into a group. Learn more
March 24th, 2022
Select data to implode
Event Transformation Actions in "implode" mode have a new option: "Item path". Using this option, you can select the data from the events being imploded to include in the output event.
March 23rd, 2022
Clear events from the action bar
You can now clear events for the selected action from the action bar.
March 16th, 2022
Create credentials from the storyboard
You can now create credentials from the storyboard.
March 9th, 2022
Credentials on the storyboard
4 new features to help you more efficiently manage credentials in your stories.
- List: You will now see a list of the credentials that are referenced throughout your story in the sidebar.
- Missing Credentials: will be surfaced in the credentials list.
- Reference Overview: You will be able to see which actions reference the credential in both existing and missing credentials.
- Story wide replace: You will be able to replace your credentials story wide in just a few clicks.
March 8th, 2022
Copy event key path as pill
Double click on a key in an event payload to copy its path as a pill
March 3rd, 2022
Auto align and Auto layout story actions
2 new features to help you arrange actions in your stories.
- Auto-align: Will snap selected items to a grid and ensure that items are equally spaced out for neatness
- Auto-layout: Will reflow the selected actions based on the current links
March 1st, 2022
Custom certificate authority
You can now configure a custom certificate authority for use by all of your IMAP and HTTP Request actions.
February 25th, 2022
URL recipients for action monitoring
You can now set a URL as an action monitoring recipient.
February 18th, 2022
Story presence
Collaboration within a story is now much easier: see when someone else on your team is viewing the same story and follow along as you both work through your stories together.
February 17th, 2022
Email action Reply-To option
You can now specify a Reply-To address when configuring an email action.
Trigger action editor
The interface for configuring Trigger actions has been revised to make it read more naturally.
February 16th, 2022
is_ip_address Liquid filter
A is_ip_address
Liquid filter has been added. It checks if a piece of text is a valid IP address.
{{ "10.0.0.1" | is_ip_address}}
evaluates to true
{{ "10.0.0.888" | is_ip_address }}
evaluates to false
February 9th, 2022
Pill drag and drop
Our options editor now supports cutting, pasting, dragging and dropping value and tag pills.
February 7th, 2022
Action bar
The controls for running, testing, copying and deleting an action are now shown in a new action bar beside an action when it's selected.