On New Patron
PatreonTriggerMonetizationAlerts
Outputs
| out | Exec | exec | None |
| displayName | Data | System.String | multiplexed |
| tierName | Data | System.String | multiplexed |
| cents | Data | System.Int32 | multiplexed |
| currency | Data | System.String | multiplexed |
Bindings
| displayName | System.String | The patron display name, or empty for an anonymous patron. |
| tierName | System.String | The tier the patron joined at, or empty when untiered. |
| cents | System.Int32 | The entitled pledge amount in cents. |
| currency | System.String | The ISO currency code of the campaign. |
Parameters
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |
Lowers to C#
[OnNewPatron] Handle(ctx, NewPatronContext e)