Customer registration
Fired when a customer registers online
Example payload:
{
"customer": {
"id": 13,
"name": "Bill Maxwell",
"email": "max@foo.com",
// ... additional properties
}
}
}
Fired when a customer registers online
Example payload:
{
"customer": {
"id": 13,
"name": "Bill Maxwell",
"email": "max@foo.com",
// ... additional properties
}
}
}