Get-EmailTemplate
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-EmailTemplate
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing email template.
Get-EmailTemplate
-Id
Returns an email template object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The email template id. |
Examples
Get an existing email template
This example retrieves a specific email template and outputs it as JSON.
# TODO