Shop Order
Trigger for a Ko-Fi Shop Order
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
amount | number | The order amount Example: 10 |
currency | string | The currency of the order Example: EUR |
from | string | The username from who triggered the event Example: KoFiUser123 |
isPublic | boolean | Is the message shared publicly? Example: true |
item# | string | The id of the item purchased |
itemCount | number | The amount of items Example: 5 |
message | string | The message the user left Example: My Ko-Fi message |
messageId | string | Kofi's internal identifier |
timestamp | DateTime | The timestamp of the event Example: 8/4/2023 10:56:06 AM |