Pledge Updated
This event triggers when a pledge is updated in Patreon.
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
entitledTiers[#].Attributes.patron_count | number | The amount of patron that have subscribed to this tier. |
entitledTiers[#].Attributes.post_count | number | The amount of posts that this tier can see. |
entitledTiers[#].Attributes.published | boolean | If this tier is published Example: true |
entitledTiers[#].Attributes.published_at | string | When this tier was published. Example: 01/01/0001 00:00:00 |
entitledTiers[#].Attributes.remaining | number | How much remaining users this tier has. |
entitledTiers[#].Attributes.requires_shipping | boolean | If this tier requires shipping. |
entitledTiers[#].Attributes.unpublished_at | string | When this tier was unpublished. Example: 01/01/0001 00:00:00 |
entitledTiers[#].Attributes.url | string | The URL of this tier. |
entitledTiers[#].Attributes.user_limit | number | The user limit of this tier. |
entitledTiers[#].id | string | The ID of this tier. |
entitledTiers[#].type | string | The type of this tier. |
entitledTiers[#].updatedToTier | string | The tier the user has updated to. |