/bff/contact/export-gdpr-email
Generates the same ZIP bundle as /export-gdpr and dispatches it as an attachment to the contact’s primary e-mail address. The message body is rendered from the contact-gdpr-export notification template (per-org override or system default) in the contact’s preferred language. The ZIP is also persisted in blob storage so it remains downloadable from the e-mail audit log.
ContactpostBffContactExport-gdpr-email
Parameters
1 body
Body · 1
customerIdstringRequiredContact external ID.
Request
POST /bff/contact/export-gdpr-email
curl -X POST "https://api.bizkithub.com/bff/contact/export-gdpr-email" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"customerId": "abc123def456ghij"
}'Response
JSON payload
{
"success": false,
"recipientEmail": "example_recipientEmail",
"filename": "example_filename"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.