Follow the question structure recommended by Dev Bot before submitting your integration questions.
NewSale, CreateMember, AlterMember, among others. The available events and their descriptions are in the add new webhook endpoint.NewSale: Triggered when a sale is made.CreateMember: Triggered when a prospect becomes a customer.NewInvoice: Triggered whenever a new invoice is generated in the system.NewSale).POST request with the defined parameters. You can use our documentation to do this.{
"IdBranch": "1",
"eventType": "NewSale",
"urlCallback": "https://meusistema.com/webhook/callback",
"headers": [
{"name": "Authorization", "value": "Bearer token"}
],
"filters": [
{
"FilterType": "SaleItemDescription",
"Value": "Product A"
}
]
}