Webhook
Supported version: 4.0
Currently, the system only supports the following events:
- Customer exchange
- New customer creation
- Customer editing
- New order creation
- Order approval
- Order editing
- New product creation
- Product editing
- New outbound stock voucher creation
- New inbound stock voucher creation
- New stock transfer voucher creation
The returned data has the following format
{
"uid":"f3f95949-0de2-480a-98af-2fafd0f493f6",
"event":"customer.created",
"data":{
"account_id":10462
},
"domain":"demo.getflycrm.com"
}
Note
Webhook only notifies about the occurrence of an event. To get information about the originating object, please use the API above.