We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a sale is recorded in eGestor. Users can specify optional filters such as product, customer, or sale status.
Emit new event when a new customer is added to eGestor. Users can filter by customer type or tags.
Emit new event when a new invoice is generated in eGestor. Users can filter by invoice status (e.g., pending, paid, overdue).
Create a new invoice in eGestor. Requires customer details, invoice items, and total amount. Optional fields include due date and notes.
Create a new customer in eGestor. Requires customer name and contact details. Optional fields include address, tax ID, and tags.
Record a new sale transaction in eGestor. Requires product details, quantity, and customer. Optional fields include discounts and payment method.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
egestor
URLs
Webhook Sources
new-sale-instant
Description
Emit new event when a sale is recorded in eGestor. Users can specify optional filters such as product, customer, or sale status.
new-customer-instant
Description
Emit new event when a new customer is added to eGestor. Users can filter by customer type or tags.
new-invoice-instant
Description
Emit new event when a new invoice is generated in eGestor. Users can filter by invoice status (e.g., pending, paid, overdue).
Actions
create-invoice
Description
Create a new invoice in eGestor. Requires customer details, invoice items, and total amount. Optional fields include due date and notes.
create-customer
Description
Create a new customer in eGestor. Requires customer name and contact details. Optional fields include address, tax ID, and tags.
record-sale
Description
Record a new sale transaction in eGestor. Requires product details, quantity, and customer. Optional fields include discounts and payment method.
The text was updated successfully, but these errors were encountered: