Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Cancelation flow's help link should open omnichannel instead of redirecting to /help #93568

Closed jjchrisdiehl closed 2 days ago

jjchrisdiehl commented 4 weeks ago

Quick summary

When a customer proceeds through the cancelation flow they have the option to 'Ask a Happiness Engineer' if they have a question:

image

This link leads them to our general /help page which would then require a customer to click on 'Get help' to open an omnichannel chat:

image

A more optimal path may be to open the omnichannel chat directly from the cancellation page, similar to a pre-sale chat during Checkout. This would allow us quick access to a churning customer for one last attempt to address any concerns.

Happy path:

image

@Automattic/martech Is this an oversight or is this the expected behavior of the 'Ask a Happiness Engineer' link?

Steps to reproduce

What you expected to happen

I would expect priority access to a person, especially if I am having trouble using the product and I'm also willing to contact support from the cancelation page.

What actually happened

Instead I'm redirected to a generic /help page which makes me take extra steps for direct support from a person.

Impact

All

Available workarounds?

Yes, easy to implement

If the above answer is "Yes...", outline the workaround.

The work around is already completed here https://github.com/Automattic/wp-calypso/pull/93567

Platform (Simple and/or Atomic)

No response

Logs or notes

No response

jjchrisdiehl commented 4 weeks ago

I have an open PR for this issue here https://github.com/Automattic/wp-calypso/pull/93567

I'm not sure of all of the inner workings of Odie, but if there is a way to funnel these contact requests into a 'pre-cancellation' flow it would help our support prioritize them.

Maybe @alshakero knows a bit more here?

jjchrisdiehl commented 2 days ago

Merged PR, closing.