customerGdprSendMail
mutation
Send GDPR email to customer
Sends a GDPR-related email to a customer (e.g., data processing consent request, personal data report, or data erasure confirmation).
mutation {
customerGdprSendMail(companyId: Int!, customerId: Int!, mailData: CustomerGdprEmailData!): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int! | |
mailData | CustomerGdprEmailData! |