2024-05-12, 07:23 PM
(This post was last modified: 2024-05-12, 07:26 PM by paulc. Edited 1 time in total.)
Notifications used to come as email in email human readable form.
I was able to setup smtp webhook notifications. At one point the info came in json form in the email body.
After Googling, I setup my template like:
and subject template like
Username is coming back empty. Any help would be appreciated.
I would venture to say, not many people that setup as 'home users' have experienced webhooks before and many are probably inclined not to take up the hobby of learning about them.
Does anyone have a better template for SMTP webhook notifications? How do I get the Username to show up? A link to all the possible fields?
I was able to setup smtp webhook notifications. At one point the info came in json form in the email body.
After Googling, I setup my template like:
Code:
<pre>Username: {{Username}}
Action: {{NotificationType}}
Timestamp: {{UtcTimestamp}}
Title:: {{Name}}
Series: {{SeriesName}}
Season: {{SeasonNumber00}}
Episode: {{EpisodeNumber00}}
DeviceName: {{DeviceName}}
ClientName: {{ClientName}}
PlaybackPosition: {{PlaybackPosition}}
</pre>
and subject template like
Code:
{{Username}} Action: {{NotificationType}} Series: {{SeriesName}} Title:: {{Name}}
Username is coming back empty. Any help would be appreciated.
I would venture to say, not many people that setup as 'home users' have experienced webhooks before and many are probably inclined not to take up the hobby of learning about them.
Does anyone have a better template for SMTP webhook notifications? How do I get the Username to show up? A link to all the possible fields?