Overview
Sometimes you need to forward a conversation or an email to a third person. This article details the various methods to forward a conversation or an email with the attachments to someone other than the original requester and the support agent.
Information
You can use one of the following three methods to forward a conversation and emails to a third person.
Use the Email Endpoint and Triggers Combination
-
Create an Endpoint
-
Sign in to Kayako and go to the admin area.
-
Select the Endpoints link on the sidebar menu and click the New endpoint button.
-
Select the Email option.
-
In the title field, add a descriptive title for your endpoint
-
In the destination email address, add the recipient's email address to whom you intend to forward the email. For this example, let us take it as acme@email.com.
-
In the email subject field, add the subject for the emails you will send to this address.
-
When you have filled in all the details for your endpoint, click the Save button to create it.
-
-
-
Create a Trigger
-
Sign in to Kayako and go to the admin area.
-
In the sidebar, click on Triggers and click the New trigger button.
-
In the Rule Title field, add a descriptive title. In this case, let us say 'Forward email to acme.'
-
In the conditions section, select a criteria. The trigger will fire once the conditions are met. E.g. you can use a tag as a condition:
-
In the actions, select the Endpoint created in step 1, and in the message to send, add the contents shared here.
-
Click the Save button to create your new trigger.
In case you wish to forward a conversation, add a tag mentioned in the criteria to the conversation, and then update properties as described in the Adding Tags in Kayako article. The email will be sent to the endpoint. The following is the sample placeholder.-----------
Case Posts:
-----------
{% for post in case.posts %}
{{post.creator.name}} added a new post on {{post.created_at}}
{{post.contents_html}}
{% endfor %}
-----------------
Case Attachments:
-----------------
{% for post in case.posts %}
{% for attachment in post.attachments %}
Attachment name - {{attachment.name}}
Attachment url - {{attachment.url}}
Attachment size - {{attachment.size}}KB
{% endfor %}
{% endfor %}
-
-
Change the Requester
-
In a conversation, next to the trash icon, click on the drop-down arrow and select the Change Requester.
-
Input the email address of the third person.
-
Add a public reply and click on the Send button.
NOTE: Attachments cannot be forwarded using this method.
CC the Individual
-
In a conversation, add the non-Support user's email address to the CC field.
-
Reply to the requester as usual.
-
The CCed individual will receive updates via email.