- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 08:28 AM - edited 02-20-2025 08:44 AM
I need to verify the color of a logo that is in a push notification. How do I get to the image to verify the setting for the logo = this
I found it in the HTML, thank you. No longer needed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 08:43 AM
Hello,
existing Push notifications are located in Notifications table [sysevent_email_action].
- In Application Menu, go to System Notification > Push > Push Notifications
- Locate the notification you need to verify
- Open record and choose tab 'What it will contain' check for logo in HTML Message field or open related Email template or inside Email template open related Email Layout. In one of these records logo should be defined.
If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 08:43 AM
Hello,
existing Push notifications are located in Notifications table [sysevent_email_action].
- In Application Menu, go to System Notification > Push > Push Notifications
- Locate the notification you need to verify
- Open record and choose tab 'What it will contain' check for logo in HTML Message field or open related Email template or inside Email template open related Email Layout. In one of these records logo should be defined.
If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 12:34 PM
Thank you, this is very helpful