invoiceSendEmail
Graphql fields and variables for the invoiceSendEmail mutation
Send an invoice through email
Scope required: billing:write
mutation invoiceSendEmail ($id: ID!, $contactId: ID!) {
invoiceSendEmail (id: $id, contactId: $contactId) {
errors
invoice {
accountId
amount
amountDue
amountPaid
baseCurrencyId
couponApplied
createdAt
credits
currencyId
description
dueAt
hasPaymentMethod
id
isLegacy
issuedAt
kind
netPaymentDays
notes
number
paidAt
payableId
poNumber
portalUrl
quoteId
smallUnitAmountDue
subtotal
taxAmount
updatedAt
url
uuid
}
}
}
Arguments
{
"id": "456123",
"contactId": "456123"
}
Name
Type
Description
id
ID
contactId
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?