vendor.created

The vendor.created event is triggered whenever a new vendor is created in the Pelcro Platform.

{
  "type": "vendor.created",
  "id": "evt_yVy2C9Vh3hEL5fvNznAZJwqQ",
  "created": 1660237679,
  "triggered_from": "open_api",
  "data": {
    "object": {
    "object": "vendor",
    "id": 789,
    "object_id": "user_abc123",
    "default_source_id": null,
    "balance": 0,
    "currency": "usd",
    "created": 1640995200,
    "delinquent": false,
    "salutation": "Mr.",
    "first_name": "John",
    "last_name": "Doe",
    "display_name": "John Doe",
    "username": "johndoe",
    "title": null,
    "email": "[email protected]",
    "billing_email": null,
    "phone": "+1234567890",
    "language": "en",
    "email_hardbounce": false,
    "email_confirm": true,
    "email_verify_token": null,
    "phone_confirm": false,
    "has_password": true,
    "password_last_updated_at": 1640995200,
    "last_login_method": 1,
    "metadata": {},
    "organization": null,
    "tele_marketing": false,
    "mail_marketing": false,
    "dates": {
      "created_at": 1640995200,
      "updated_at": 1640995200
    }
  }
}