Hi,
i need the receiver-name the invitation-email from a meeting. Is it possilbe to get the contact und user name.
Now, i know only the way to get all contacts:
... but I need only the contact-name from the receiver from the email.
Does someone know how?
Best regards
Stefan
i need the receiver-name the invitation-email from a meeting. Is it possilbe to get the contact und user name.
Now, i know only the way to get all contacts:
Code:
{{#each contacts}} Contact attending meeting's name: {{name}} {{/each}}
... but I need only the contact-name from the receiver from the email.
Does someone know how?
Best regards
Stefan
Comment