Signs up the user to attend the specified sales event.
| Name | Description |
|---|---|
| name | Name |
| Email Address | |
| sales_event_id | Sales Event ID |
| phone | Phone Number |
| ip_address | IP Address |
| visitor_id | Visitor ID |
| data | Additional data (JSON) |
| opt_in | Whether or not to send marketing emails (boolean) |
| submission_url | The URL where the form was submitted from |
| metadata | Marketing data |
Authorization: [your_auth_token] Accept: application/json Content-Type: application/json
POST /api/v1/website/sales_event_signups
Content-Type: application/json
202