Support tickets
Customers can access Moov support two ways: through an integration built with our support ticket API. Coming soon: If users are signed in to the Dashboard they'll be able to open an issue through the Dashboard support widget.
When a support ticket is opened, it creates an issue tied to the Moov account that requests it. You are able to view and track all issues for your connected accounts through the Dashboard. Note, only production accounts will be able to access customer support.
This guide details the API integration.
Create a new issue
You can use the POST
support ticket endpoint to allow a customer to send Moov a titled message along with their contact info.
|
|
Retrieve a support ticket
Once the issue has been created, you can retrieve the issue with the GET
support ticket endpoint.
|
|
The response will include the original support message as well as other relevant data.
|
|
List support ticket messages
You can retrieve the messages between the customer and Moov support using the list support ticket messages endpoint.
|
|
You'll receive a response with all messages associated with the support ticket.
|
|
Update support ticket
You can update the support ticket's status to closed
when the issue has been resolved using the PATCH
support ticket endpoint.
|
|