Does anyone know if it’s possible to update the notification emails generated by subscriptions? The emails look rough and unclean, it would be very beneficial to be able to modify these for our users.
Any and all input would be appreciated
Thanks, Bryan
Page 1 / 1
Can’t be sure in Cloud, but had a look in Apps 10 and I don’t think it’s possible, the message construction is hardcoded, with very few translatable keys.
You can see how it’s built here:
So for the email being sent out, the contents are all predetermined, it’s not like an event action where it lets you build the message.
The only changeable things are the blue bits in the code through text translation
You wouldn’t be able to change the way the message actually looks or what it says (except for those bits in yellow) without a Studio Developer Customization. Can’t do it as a configuration in the front end.