Skip to content

Commit a1c949e

Browse files
Update manage-customer-activity-webhooks.mdx
1 parent aa46c04 commit a1c949e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/billing/manage-subscribers/manage-customer-activity-webhooks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ More about webhooks: Manage [Kinde webhooks](/integrate/webhooks/about-webhooks/
2424
* **Description**: Triggered when a customer subscription is cancelled, this might be by the customer or by an admin
2525
* **Example**: Automatically deactivate premium features for a user in your application, initiate an offboarding sequence, or update their status in your CRM to "cancelled."
2626

27-
### A customer signs up to a plan
27+
### A new agreement is created for a customer
2828
- **Trigger:** `customer.agreement_created`
29-
- **Description**: Triggered when a customer signs up to a new plan and an agreemenet is creeated for the customer.
29+
- **Description**: Triggered when a customer signs up to a plan or changes plans, and an agreement is created for the customer.
3030
- **Example**: Provision new services for the customer, send a welcome email confirming their subscription, or grant access to exclusive content.
3131

3232
### A customer's invoice becomes overdue

0 commit comments

Comments
 (0)