Get Quote

Fetch stored quotes for usage in subsequent sub-actions
Get Quote Dialog
Get Quote Dialog
Read more in Examples > Quotes Commands

Parameters

Type
Select required
Default:
Random

No description provided.

ValueDescription
Random

Fetch a random quote from your stored quotes

Specific

Fetch a specific quote by its ID

Quote Id
Number

The specific quote ID to fetch, only used if Type is set to Specific

Variables

NameTypeDescription
Example Value:This is a quote!

The quote itself

Example Value:Beat Saber

The game name from the quote

Example Value:4219

The numeric id of the quote

Example Value:twitch

The platform from the account that made the quote

Example Value:10/17/2025

The date that the quote was made

Example Value:1/29/2022 12:00:00 AM

The date and time that the quote was made

Example Value:StreamerBot

The user's display name from the account that made the quote

Example Value:12345678

The user id from the account that made the quote

 
Variables generated by all triggers and available within all action executions.

C# Usage

public QuoteData GetQuote(int quoteId)
Read more in API > C# > Methods > Core > Quotes > Get Quote