Get-EmailTemplateContact
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-EmailTemplateContact
- 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 contact.
Get-EmailTemplateContact
-Id
Returns an email template contact object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The email template contact id. |
Examples
Get an existing email template contact
This example retrieves a specific email template contact and outputs it as JSON.
# TODO