Full name: projects.locations.instances.emailTemplates.export
Export email templates as file stream.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The instance to list EmailTemplates for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "emailTemplates": [ string ] } |
Fields | |
---|---|
emailTemplates[] |
Required. The email templates to export. |
Response body
Response message to export email templates.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "fileContent": string } |
Fields | |
---|---|
fileContent |
Output only. The content of a file containing the exported EmailTemplates as CSV. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.