Add Quote

Add a quote which can be retrieved by the `Get Quote` Sub-Action
Add Quote Dialog
Add Quote Dialog
This Sub-Action will set the quote user to the user who called the action
Setting the quote user to a different user than the caller is only supported via the C# Method
Read more in Examples > Quotes Commands

Parameters

Variable
Text required

The text of the quote to add.

Variables

NameTypeDescription
Example Value:This is a quote!

The quote itself

Example Value:Beat Saber

The category set on the channel when the quote was added

Example Value:4219

The numeric id of the quote which was just added

Example Value:twitch

The platform from the account that added the quote

Example Value:10/17/2025

The time that the quote was made

Example Value:StreamerBot

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

Example Value:12345678

The user id from the account that added the quote

Example Value:true

Whether the quote was added successfully

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

C# Usage

public int AddQuoteForKick(string userId, string quote, bool captureGame = false)
Read more in API > C# > Methods > Core > Quotes > Add Quote For Kick
public int AddQuoteForTrovo(string userId, string quote, bool captureGame = false)
Read more in API > C# > Methods > Core > Quotes > Add Quote For Trovo
public int AddQuoteForTwitch(string userId, string quote, bool captureGame = false)
Read more in API > C# > Methods > Core > Quotes > Add Quote For Twitch
public int AddQuoteForYouTube(string userId, string quote)
Read more in API > C# > Methods > Core > Quotes > Add Quote For Youtube