Skip to main content
Metadata Tags

Available Metadata Tags and their Uses

Updated over a week ago

What is Metadata?

Metadata is "data about data." Examples of metadata include: time and date of data creation, purpose of data, creator/author of data. In Avenue, metadata is used for things like identifying the creator of a monitor or getting the email of the person that a signal is assigned to.

Here are all the available Metadata tags, scroll down for information on each one:

  • {{metadata.assignee.slack}}

  • {{metadata.assignee.email}}

  • {{metadata.signal_id}}

  • {{metadata.workflow_id}}

  • {{metadata.signal_id}}

  • {{metadata.workflow_id}}

Assignee Tags

  • {{metadata.assignee.slack}}

  • {{metadata.assignee.email}}

You can use the assignee specific tags to dynamically embed a signal assignee's slack ID or email in order to send the signal directly to whomever is assigned upon signal creation or escalation.

Monitor & Signal ID Tags

  • {{metadata.signal_id}}

  • {{metadata.workflow_id}} - In this context workflow means monitor.

These tags allow you to embed your Monitor or Signal ID into the signal itself. For example, if you would like to add a link in your signal that leads back to the monitor, you can add the {{metadata.workflow_id}} tag to the end of the Avenue monitor. Like this:

  • https://app.useavenue.com/monitors/{{metadata.workflow_id}}

Please Note: In this example we are using the markdown syntax to create a link, see more information on that here: Markdown Guide: Links.

Here is what it would look like in slack:

Signal Title & Body Tags

  • {{metadata.signal_title}}

  • {{metadata.signal_body}}

These tags are available when using a subscriber that has the Advanced Usage option when adding subscriber to your monitor.

The Advanced Usage option is present for specific subscribers/integrations which may need some mapping between Avenue signals and the integration's content method. The current list of subscribers that have the Advanced Usage option available are:

  • Webhook

  • Customer.io

  • Asana

  • Jira

  • Trello

  • Linear

  • Intercom

  • Zendesk

A simple use case would be that you are looking to create Zendesk tickets from Avenue signals and you would like the ticket's subject to be the signals title. In the Advanced Usage section you would simply set the subject to map to {{metadata.signal_title}}.

Created At Tags

  • metadata.signal.created_at

This tags allows you to include a timestamp showing when signal was created in the signal title or body.


โ›‘๏ธ If you need any help or have any questions please contact support by email or at any time within the app, scroll down to the Get Help button on the left navigation bar.

Did this answer your question?