Flavours API Documentation
  1. Customers Webhooks
Flavours API Documentation
  • Readme
  • Developer Guide
  • Authorization
  • Includables
  • Pagination
  • Sorting
  • Retrieve Market Information
  • Retrieve Branch Information
  • Me
    • Overview
    • Detail
      GET
  • Branches
    • Overview
    • List
      GET
    • Detail
      GET
    • Create
      POST
    • Update
      POST
    • Delete
      DELETE
  • Orders
    • Overview
    • List
      GET
    • Detail
      GET
    • Create
      POST
    • Calculate
      POST
    • Checkout
      POST
    • Update
      POST
    • Sync
      POST
  • Customers
    • Overview
    • List
    • Detail
    • Create
    • Update
  • Products
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Product Categories
    • Overview
    • List
    • Detail
  • Discounts
    • Overview
    • List
    • Detail
    • Verify
  • Payment Methods
    • Overview
    • List
    • Detail
  • Table
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Printer
  • Webhook
    • Orders Webhooks
      • Webhook Events
      • Payload
    • Product Webhooks
      • Webhook Events
      • Payload
    • Loyalty Webhooks
      • Promotional Coupon
    • Customers Webhooks
      • Webhook Events
      • Payload
    • Error Webhook
      • Stay Alert to Connectivity Issues
    • Third-Party
      • Ballurh
        • Install Ballurh
      • Loyapro
        • Loyalty
          • Check Reward
          • Redeem Reward
      • Bonat
        • Check Reward
        • Redeem Reward
      • Fai
        • Register Entity
  1. Customers Webhooks

Payload

Order webhook triggered when there's new customer on Flavours Apps. This is the example payload that we send to third-party apps.
{
    "xid": "9a48c3ad-35e9-4929-b714-6fe30f4afc93",
    "action": "customers.CREATE",
    "timestamp": 1697681187551,
    "data": {
        "id": "c4a868ea-735e-461f-868c-a5d2eaa212d0",
        "created_by": null,
        "qoyod_id": null,
        "type": null,
        "gender": null,
        "tax_number": null,
        "zip_code": null,
        "city": null,
        "district": null,
        "street": null,
        "crn": null,
        "user": {
            "id": "fe4aa1ef-b35c-4e69-be60-fc34ab7447e5",
            "userable_id": "c4a868ea-735e-461f-868c-a5d2eaa212d0",
            "role": "CUSTOMER",
            "name": "User 1",
            "username": null,
            "email": "[email protected]",
            "phone_prefix": "966",
            "phone": "55223322",
            "lang": "en",
            "fcm_token": null,
            "is_active": true,
            "email_verified_at": null,
            "phone_verified_at": null,
            "created_at": 1705548163869,
            "updated_at": 1705548163869,
            "deleted_at": null
        }
    }
}
Modified at 2025-03-26 07:09:57
Previous
Webhook Events
Next
Stay Alert to Connectivity Issues
Built with