Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add use reply to action #316

Closed
PeopleInside opened this issue Oct 5, 2020 · 6 comments
Closed

[Feature request] Add use reply to action #316

PeopleInside opened this issue Oct 5, 2020 · 6 comments
Labels

Comments

@PeopleInside
Copy link
Contributor

PeopleInside commented Oct 5, 2020

Situation:

A web application (example live chat) where customer send a message send the message by using the domain email address:
livechatsupport@domain.ext informing customer XXX has leaved a message.

This email insert the customer email address as reply to address.

So I'm in UVDesk workflow.

  • I can set an event when ticket is created, will this apply before the ticket is opened? If not need to do an action before the ticket is opened.
  • as condition I can set when the email customer is: XX
  • as action I don't have use the reply to address

In OsTicket I was able to filter incoming ticket email and if is from XXX email address I can set the action t open the ticket with the reply to address.

Hope you can implement this, will be useful for all web application that cannot send the message from the customer email and if I want create a ticket need to be able to say to the ticket to use the reply to address.


The UVDesk seems doing a security check on incoming email and open a ticket only if an email is really authenticated.
Adding the conduiction in workflow to let admin setup a workflow like what is following should be safe and useful:

Condiction from email is euqal to: application@domain.ext action use reply to address -> create ticket

@PeopleInside PeopleInside changed the title Add use reply to action [Feature request] Add use reply to action Oct 5, 2020
@papnoisanjeev papnoisanjeev added the Feature Request New Feature label Oct 13, 2020
@silviuchingaru
Copy link

Actualy Uvdesk is checking only if the TO email address in raw message is the same as mailbox email and, if it is, the reply-to field is set to that TO address.
The uvdesk/mailbox-component#85 should fix this also.
Also seems related to uvdesk/mailbox-component#89, not working as espected when reply-to is already set before that check.

@silviuchingaru
Copy link

This issue should be continued on uvdesk/mailbox-component#101 because this feature should be implemented by mailbox-component not commuity-skeleton.

@PeopleInside
Copy link
Contributor Author

This has been not implemented since 2020, we are in 2022 and soon 2023.
I hope UVdesk can implement it soon.

@PeopleInside
Copy link
Contributor Author

With the version 1.1.3 of the UVdesk a workflow has been added but is not working for me.
More details can be found at ticket #30301

I have a live chat form.
If user leave a message an email from my domain (for example sender support@domain.ext) is sent to support@domain.ext
The workflow should do this:
If sender is support@domain.ext then use the reply to to open a ticket and assign to the live chat department.

Currently from my test no ticket are opened and I don't understand why.
Also why as actions I cannot assign a specific department for that email but I have only actions of use original or reply to as email address?

The fix is not working for me.

@PeopleInside
Copy link
Contributor Author

I was able to see it working, the issue was that I tried to create a ticket from the same helpdesk email and was never working.

@komal-sh-27
Copy link
Contributor

@PeopleInside ,

Thanks for updated here. For now we are closing this issue. If you are facing any issue then reply in the same thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants