account.created
FastSpring sends the account.created webhook for each new account. This happens when FastSpring processes an order that contains an unrecognized email address.
Contents of Event Payload
Name | Type | Description |
---|---|---|
id | string | FastSpring-generated customer account ID. |
account | string | FastSpring-generated customer account ID. |
contact | object | Customer contact information. |
first | string | Customer's first name. |
last | string | Customer's last name. |
string | Customer's email address. | |
company | string | Customer's company name. |
phone | string | Customer's phone number. |
language | string | 2 character ISO code of the customer's language. |
country | string | 2 character ISO code of the customer's country. |
lookup | object | Parameters used to look up the account. |
global | string | Customer-facing account ID. |
custom | string | Optional custom account ID assigned by you. |
url | string | Default URL for the customer-facing account management page. |