Skip to main content
Corvus Connection

On New Patron

PatreonTrigger
entry.onNewPatronFires when a patron joins the tracked Patreon campaign. Binds the patron name (empty for anonymous patrons), tier, entitled cents, and currency.Triggers on a new Patreon patron; binds displayName / tierName / cents / currency.
MonetizationAlerts

Outputs

Name
Kind
Type
Flags
outExecexecNone
displayNameDataSystem.Stringmultiplexed
tierNameDataSystem.Stringmultiplexed
centsDataSystem.Int32multiplexed
currencyDataSystem.Stringmultiplexed

Bindings

Name
Type
Description
displayNameSystem.StringThe patron display name, or empty for an anonymous patron.
tierNameSystem.StringThe tier the patron joined at, or empty when untiered.
centsSystem.Int32The entitled pledge amount in cents.
currencySystem.StringThe ISO currency code of the campaign.

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnNewPatron] Handle(ctx, NewPatronContext e)