Gofive OpenAPI
empeoVenioeTaxGo
empeoVenioeTaxGo
  1. Webhooks
  • Introduction
  • Activity
    • Get a Activity
      GET
    • Activities Enquiry
      POST
  • Authentication API
    • Authorization
      POST
  • Customer
    • Create or Update customer
      POST
    • Get a Customer By CustomerCode
      GET
    • Customers Enquiry
      POST
    • Get a Customer By CustomerName
      GET
    • Create Customer Satisfaction
      POST
    • Add Customer Event
      POST
    • Get Customer Events by Customer Code
      GET
    • Edit Customer Event
      PUT
    • Delete Customer Event
      DELETE
    • Get Customer Event Types
      GET
  • Case
    • Add Case
      POST
    • Edit Case by CaseNo
      PUT
    • Get Case by CaseNo
      GET
    • Get Case Categories
      GET
  • Deal
    • Create Deal
      POST
    • Update Deal
      PUT
    • Deal Enquiry
      POST
    • Get Deal
      GET
    • Get Deal Board
      GET
    • Get Deal Stage
      GET
    • Get Deal Interest
      GET
    • Get DealLabel
      GET
    • Get Deal Missed Reason Categories
      GET
  • Employee
    • Employees Enquiry
    • Get a Employee
  • Expense
    • Create Expense
    • Update Expense
    • Expense Enquiry
    • Get a Expense
  • Product
    • Create Or Update Products
    • Get a Product Ticket
    • Get Products With Take & Status
    • Get a Product by ProductCode
    • Get Product Groups
    • Get Product Properties
    • Get Products By Filter
    • Verify Serial Number
    • /v3/Products/serials/status
    • Create or Update Codeguard Products
    • Update Product Stock
    • /v1/products/units
    • /v1/products/units Copy
  • Quotation
    • Create Update Quotation
    • Convert Quotation To SalesOrder
    • Quotation Enquiry
    • Get a Quotation By QuotationNo
    • Cancel Quotation
  • SalesOrder
    • Create Or Update SalesOrder
    • Get a SalesOrders By Id
    • Get a SalesOrder By SalesOrderNo
    • Get Sale Order Attachment
    • Reject SaleOrder
    • Approve Sale Order
    • Update SalesOrder Payment
    • Update SalesOrder Tracking Number
  • Webhooks
    • Webhook Payload
  • Task
    • CreateTask
  • Setting
    • Get HeaderTemplate
  1. Webhooks

Webhook Payload

Webhook#

Webhooks allows you to receive real-time HTTP notifications of changes to specific objects in Venio.

Webhook Payload Object#

modifiedBy: string
The employee code of user who created the webhook
webhookName: string
The name of webhook configured in the integration setting
topic: string
The topic that caused the webhook to fire
Allowed Values : Customer, Quotation, Expense, User, Payroll, Case
event: string
The event that caused the webhook to fire
Allowed Values : Create, Merge, Convert, Revise, Paid, PendingSummary, Inactive, Completed, Edit
data: object
Provides the changes data related to topic and event

Data Object#

Owners: array of string
The owners user of the tranasction
Topics : Customer, Quotation, Case
Events : Create, Convert, Revise, Completed, Edit
FromCustomerCode: string
The customer code of the source data when merging customer records
Topics : Customer
Events : Merge
FromCustomerName: string
The customer name of the source data when merging customer records
Topics : Customer
Events : Merge
ToCustomerCode: string
The customer code of the destination data when merging customer records
Topics : Customer
Events : Merge
ToCustomerName: string
The customer name of the destination data when merging customer records
Topics : Customer
Events : Merge
customerName: string
The customer's name
Topics : Customer
Events : Create, Convert
CustomerCode: string
The customer's code
Topics : Customer
Events : Create, Convert
QuotationNo: string
The quotation running number
Topics : Quotation
Events : Create, Revise
SaleOrderNo: string
The quotation running number
Topics : SaleOrder
Events : Create, Edit, Completed
ExpenseNo: string
The expense running number
Topics : Expense
Events : Paid, PendingSummary
CreatedBy: string
The employee's code who performed the action
All topics and events
CompanyName: string
The companyName's name
Topics : User, Payroll
Events : Inactive, Paid
EmployeeRefId: string
The employee's no
Topics : User
Events : Inactive
PeriodCalculateNo: number
The periodCalculateNo of payroll
Topics : Payroll
Events : Paid
Year: number
The year of payroll
Topics : Payroll
Events : Paid
IsExtendPeriod: boolean
IsExtendPeriod for checking the period of extend periods or regular periods
true -> extend periods, false -> regular periods
Topics : Payroll
Events : Paid
CaseNo: string
The case running number
Topics : Case
Events : Create, Edit, Completed

Examples webhook payload#

Create Customer#

Merge Customer#

Create Quotation#

Expense Paid#

Expense PendingSummary#

Inactive User#

Payroll Paid#

Create Sale Order#

Edit Sale Order#

Completed Sale Order#

Edit Asset#

Transfer Asset#

Create Case#

Edit Case#

Closed Case#

Previous
Update SalesOrder Tracking Number
Next
CreateTask
Built with