fleet/handbook/customers.md

118 lines
7.6 KiB
Markdown
Raw Normal View History

2022-02-28 17:07:26 +00:00
# Customer engineering
## Customer success
### Scheduling meetings with customers
To schedule an ad hoc meeting with a Fleet customer, use the ["Customer meeting" Calendly link](https://docs.google.com/document/d/1tE-NpNfw1icmU2MjYuBRib0VWBPVAdmq4NiCrpuI0F0/edit#heading=h.v47bs6uo0jpk).
### Missed Zoom Meeting | Etiquette with Customers
This is a tutorial on how to respond when someone from outside the company misses a call.
#### 48 hours before a meeting
L1: Check the calendar invite to determine if the customer has accepted the invitation.
L2: If the customer has not accepted the invitation please reach out through appropriate channels to confirm attendance (Ex: EAs, Email, Slack).
L3: Test the Zoom Meeting link to ensure that it is working.
L4: Ensure that agenda documents are attached and accessible to meeting attendees (as appropriate to the situation).
#### Day of meeting
L1: Join meeting 2-3 minutes prior to the meeting start time.
L2: If the customer does not join the call after 3-minutes, contact the customer with:
- Slack, if we have a shared channel.
- Email, using the email address from the calendar invite.
- LinkedIn, send a direct message.
- Phone, try finding their number to text and/or call (as appropriate to the device type: landline vs cell phone).
L3: In these communications to the customer remember to approach the situation with empathy. Anything could have happened.
L4: Be ready to supply an alternative date and time to reschedule the call. Suggest 2-3 options for the customer to choose from.
L5: Ensure that contact information is accurate and that meeting invites can be received and accessed by the customer.
L6: Repeat back to the customer the newly agreed upon date and time, as well as the contact information.
L7: Congratulations, youre ready to set up a new call.
### Next steps after a customer conversation
After a customer conversation, it can sometimes feel like there are 1001 things to do, but it can be hard to know where to start. Here are some tips:
## Support process
This section outlines the customer and community support process at Fleet.
- L1: Basic help desk resolution and service delivery -> CS team handles these with occasional support from L2
- L2: In-depth technical suppport -> CS team with L2 oncall technician
- L3: Expert product and service support -> CS team liases with L2 and L3 oncall technician.
In each case, if possible, the resulting solution should be made more clear in the documentation and/or the FAQs.
The support process is accomplished via on-call rotation and the weekly on-call retro meeting.
The on-call engineer is responsible for responding to technical Slack comments, Slack threads, and GitHub issues raised by customers and the community which cannot handled by the Customer Success team.
Slack messages have a 24 hour SLA and the Slack channel should have a notice at the top explaining so.
The weekly on-call retro at Fleet provides time to discuss highlights and answer the following questions about the previous week's on-call:
1. What went well?
2. What could have gone better?
3. What should we remember next time?
This way, the Fleet team can constantly improve the effectiveness and experience during future on-call rotations.
### For customer requests
Locate the appropriate issue, or create it if it doesn't already exist. (To avoid duplication, be creative when searching GitHub for issues - it can often take a couple of tries with different keywords to find an existing issue.)
When creating a new issue, ensure the following:
- Make sure the issue has a "customer request" label.
- "+" prefixed labels (e.g., "+more info please") indicate we are waiting on an answer from an external community member who does not work at Fleet, or otherwise that no further action is needed from the Fleet team until an external community member, who doesn't work at Fleet, replies with a comment. (At which point our bot will automatically remove the +-prefixed label.)
- Is the issue clear and easy to understand, with appropriate context? (Default to public: declassify into public issues in fleetdm/fleet whenever possible)
- Is there a key date or timeframe that the customer is hoping to meet? If so, please post about that in #g-product with a link to the issue, so the team can discuss before committing to a time frame.
- Have we provided a link to that issue for the customer to remind everyone of the plan, and for the sake of visibility, so other folks who weren't directly involved are up to speed? (e.g. "Hi everyone, here's a link to the issue we discussed on today's call: […link…](https://omfgdogs.com)")
2022-01-28 16:59:40 +00:00
2022-01-31 21:28:08 +00:00
## Runbook
### Responding to a request to change a credit card number
To change a customer credit card number you identify the customer's account email, log into Stripe, and choose the subscriptions associated with that account. You can then email the customer an invoice and they can update the payment method on file.
2022-01-31 21:28:08 +00:00
## Incident postmortems
2022-01-28 15:57:47 +00:00
At Fleet, we take customer incidents very seriously. After working with customers to resolve issues, we will conduct an internal postmortem to determine any documentation or coding changes to prevent similar incidents from happening in the future. Why? We strive to make Fleet the best osquery management platform globally, and we sincerely believe that starts with sharing lessons learned with the community to become stronger together.
2022-01-31 21:28:08 +00:00
At Fleet, we do postmortem meetings for every production incident, whether it's a customer's environment or on fleetdm.com.
2022-01-14 20:11:05 +00:00
## Customer codenames
2022-01-14 18:08:57 +00:00
Occasionally we will need to track public issues for customers that wish to remain anonymous on our public issue tracker. To do this, we choose an appropriate minor planet name from this [Wikipedia page](https://en.wikipedia.org/wiki/List_of_named_minor_planets_(alphabetical)) and create a label which we attach to the issue and any future issues for this customer.
2022-01-14 18:08:20 +00:00
## Generating a trial license key
2022-01-31 21:28:08 +00:00
Fleet's self-service license dispenser is the best way to generate trial license keys for small deployments of Fleet Premium.
2022-01-31 21:28:08 +00:00
To generate a trial license key for a larger deployment, [create an opportunity issue](https://github.com/fleetdm/confidential/issues/new/choose) for the customer and follow the instructions in the issue for generating a trial license key.
## Slack channels
The following [Slack channels are maintained](https://fleetdm.com/handbook/company#group-slack-channels) by this group:
| Slack channel | [DRI](https://fleetdm.com/handbook/company#group-slack-channels) |
|:------------------------------------|:--------------------------------------------------------------------|
| `#g-customer-engineering` | Tony Gauda |
| `#fleet-at-*` _(customer channels)_ | Tony Gauda |
| `#help-sell` | Andrew Bare |
| `#_from-prospective-customers` | Andrew Bare |
## Documentation updates
Occasionally users will either email or Slack questions about product usage. We will track these requests and occasionally update our documentation to simplify things for our users. We have a Zapier integration that will automatically create an entry in our customer questions Google doc (in Slack, right-click on the customer question and select send to Zapier). At the end of the week, one of our team members will take each request in the spreadsheet and make any helpful documentation updates to help prevent similar questions in the future.
<meta name="maintainedBy" value="tgauda">