Skip to content

Commit

Permalink
doc(customers): CUST-3450 Add account created notification to v3 cust…
Browse files Browse the repository at this point in the history
…omers POST endpoint
  • Loading branch information
mjhmatt committed Aug 27, 2024
1 parent 98fae17 commit 15af724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reference/customers.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ paths:
force_password_reset: true
new_password: string123
accepts_product_review_abandoned_cart_emails: true
trigger_account_created_notification: true
store_credit_amounts:
- amount: 43.15
origin_channel_id: 1
Expand Down Expand Up @@ -3448,6 +3449,9 @@ components:
Array of form fields. Controlled by formfields parameter.
items:
$ref: "#/components/schemas/formFieldValue"
trigger_account_created_notification:
type: boolean
description: Send a customer registered welcome email
required:
- email
- first_name
Expand Down

0 comments on commit 15af724

Please sign in to comment.