quoteSendEmail
Graphql fields and variables for the quoteSendEmail mutation
Send the quote by email to the quotes contact
Scope required: standard:write
mutation quoteSendEmail ($id: ID!) {
quoteSendEmail (id: $id) {
errors
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?