SendAccountFormNotifications
Send grouped notification email for all pending comments across all threads for an account
Signature
mutation {
SendAccountFormNotifications(accountId: ...)
}
Retourne : Account!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | The account ID |
emailContent | String | — | Optional custom message to include in the email |
Exemple
mutation {
SendAccountFormNotifications(
accountId: $accountId
) {
# Sélectionner les champs souhaités
}
}