invoiceSendNotification Mutation
Send an invoice notification to the customer.
Triggers the following webhook events:
- INVOICE_SENT (async): A notification for invoice send
- NOTIFY_USER (async): A notification for invoice send
invoiceSendNotification(
id: ID!
): InvoiceSendNotification
Details
type InvoiceSendNotification {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}
Arguments
id ● ID!
ID of an invoice to be sent.
Type
InvoiceSendNotification
Send an invoice notification to the customer.
Triggers the following webhook events:
- INVOICE_SENT (async): A notification for invoice send
- NOTIFY_USER (async): A notification for invoice send