Skip to main content

SendAccountFormNotifications

Stable

Send grouped notification email for all pending comments across all threads for an account

Signature

mutation {
SendAccountFormNotifications(accountId: ...)
}

Retourne : Account!

Arguments

NomTypeRequisDéfautDescription
accountIdID!The account ID
emailContentStringOptional custom message to include in the email

Exemple

mutation {
SendAccountFormNotifications(
accountId: $accountId
) {
# Sélectionner les champs souhaités
}
}