Hey all,
I am trying to send out a custom email via automation using the email address that is attached to an Asset.
For example the field is Request For - this is an Asset field that has a user in it, and has an email address attached to it.
The automation email should then use that Email address for the Asset selected in Request For as the To address.
I have tried a few items but nothing working unfortunately.
I think Smart Values are your friend.
If your User Asset has the Email address as an attribute, it might look something like this:
{{issue.Request For.Email}}
No need for quotes or parentheses (I think)
This did the trick! Thanks @Robert Wen_Cprime_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Robert Wen_Cprime_
I am trying to realize the above as well but can't seem to manage. I have a form that contains the field 'Supervisor' referencing a user asset in our cmdb with an email as attribute.
Using the smart value {{issue.Supervisor.Email}} doesn't get the email to it's destination.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I see what's defined for the custom field and the Asset and its attributes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Robert Wen_Cprime_
Certainly, apologies for the late reply, I've been a bit under the weather.
This is the 'supervisor' field (Dutch=Leidinggevende).
It refers to the object 'Wiltec users' in our CMDB. This object already had an 'E-Mail Address' text attribute but I figured the smartvalue might require and actual atribute with the type value email. Unfortunately no joy so far.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted] :
This does look correct. You are correct that you should be using an attribute of type Email.
The smart value should look like
{{issue.Leidinggevende.Email}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's the one I've been using. Unfortunately the audit log reports:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show your automation? I'm also curious if you've set up a Log Action to see what you get from the smart value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is what the automation looks like. A series of tasks and emails are created when a form is submitted. I am unfamiliar with setting up a log action specified for the smart value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @[deleted] did you solved this problem? I try something different but my error message looks like yours.
I try to store a list with distributors as assets and then sending mails to the stored addresses. But the message is always "No receipients" If i try to copy the value of the asset field into a text field it shows just the Object Key..
Kind Regards
Dominic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.