OEXPRESS API DOCUMENTATION
    OEXPRESS API DOCUMENTATION
    • Introduction
    • Webhoook - Tracking
    • Webhook - Ticket Message
    • Tickets
      • Get Ticket & Details
        GET
      • Update Ticket Messages
        POST
      • Create/Update Ticket
        POST
      • Update Status Ticket
        PUT
      • Get Group Status Ticket
        GET
    • Wallets
      • Get Balance
        GET
    • Auth
      • Me
        GET
    • List Couriers
      GET
    • Get Subdistrict
      GET
    • Get Shipping Cost
      GET
    • Get Shipping Cost All
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Retry Order
      POST
    • [Sandbox Only] Update Status
      POST
    • Track Order
      GET
    • Get Shipping Label
      GET
    • Logistic RTS
      GET
    • List Shipment
      GET
    • Detail Shipment
      GET
    • Print Shipping Label
      GET

    Webhook - Ticket Message

    This webhook is designed to receive messages related to shipment tickets, providing real-time notifications about ticket status and updates automatically.
    ℹ️ This webhook is intended for use in production environments only.

    URL#

    Endpoint URL: HTTP

    HTTP Method#

    Method: POST

    Request Body#

    The webhook will send data in JSON format with the following structure:
    {
      "message": "Kiriman anda dibatalkan oleh admin",
      "type": "ticket-monitoring",
      "user_type": "member" // member, staff, vendor
    }

    #

    message : The content of the reply message.
    attachment : The document attached.
    links : Links or URLs included in the message.
    type : The type of webhook being sent.
    user_type : The type of OEX account that sent the message.(member, staff, vendor)

    Response#

    Response NameDescription
    OK 200Success
    Not Found 404Data Not Found
    Modified at 2025-03-04 07:16:49
    Previous
    Webhoook - Tracking
    Next
    Get Ticket & Details
    Built with