- handbook
- Company
- Company
- Board
- Communications
- Decision making
- Guides
- KPIs and OKRs
- principles
- Remote Work
- Security
- Asset Management Policy
- Business Continuity & Disaster Recovery Policy
- Information Security Roles and Responsibilities
- Operations Security Policy
- Risk Management Policy
- Third-Party Risk Management Policy
- Human Resources Security Policy
- Access Control Policy
- Incident Response Plan
- Cryptography Policy
- Information Security Policy and Acceptable Use Policy
- Secure Development Policy
- Data Management Policy
- strategy
- values
- Operations
- Product
- Feedback
- Market Segments
- Metrics
- Node-RED Dashboard
- personas
- Pricing Principles
- Principles
- Responsibilities
- Strategy
- Versioning
- Customer department
- Customer
- Customer Success
- Hubspot
- Marketing
- How we work
- Marketing
- Video
- Customer Stories
- Social Media
- blog
- Community
- Marketing - Website
- Webinars
- FlowFuse Messaging
- Sales
- Engineering & Design Practices
- Design
- Engineering
- Certified Nodes
- contributing
- Front End
- Packaging Guidelines
- Platform Ops
- Deployment
- Incident Response
- Observability
- Production Environment
- Staging Environment
- FlowFuse Dedicated
- Project Management
- Releases
- Security Policy
- tools
- Website A/B Testing
- Internal Operations
- People Ops
# Customer Stories
# Creating a story
A customer story is the same as a case study, these are helpful in illustrating how Node-RED and FlowFuse can be useful for our potential customers. The process would be as follows:
- Raise an issue for the content in our private Github repository.
- Add it to the Content Calendar Project and schedule it.
- If you want to work on the content immediately please triage the issue into our development board.
- Conduct an interview call with the customer using Google Meet to record and transcribe the conversation.
- Consider that the readers of the story may have little knowledge of the industry discussed in the story. Try to explain industry specific terms or avoid using language which excludes any potential FlowFuse customer from understanding altogether.
- Create the draft customer story in a Google Doc. The document should be stored in the Marketing -> Case Study folder. Everyone at FlowFuse should be given access to comment on the document. Add a link to the document in the GitHub issue.
- Leave a comment on the doc for each reviewer to request a review.
- As a document reviewer, you should leave red-line edits in the document or add comments to the document.
- When the final version of the story is done, follow these steps to create a PDF version:
- Go to our Template gallery and select 'FlowFuse Customer Story - Template'.
- Change the file name by replacing 'Template' with the customer's name.
- Replace all the template information with your story. Ensure you paste using
ctrl + shift + v
to maintain the template format. - Confirm that the file is saved in the Google Docs version folder.
- Once ready, you can either print or download it as a PDF and then place it in the PDFs folder.
- Create a download form in HubSpot specifically for the PDF you just created:
- Upload the PDF file to HubSpot under 'Files and Templates' and copy the public URL.
- In HubSpot, navigate to Marketing -> Lead Capture -> Forms, then 'Create Form' or clone an existing case study download form.
- The form should include fields for first name, last name, email, and company (not mandatory).
- Set the PDF URL as the action after submission, under 'Redirect to another page.'
- Update and publish the form.
- Copy the form ID from the script generated when you click on publish.
- Create a new branch of the website repository. Follow our standard development processes. Google Docs has an extension to convert the reviewed draft document to markdown.
- Add the HubSpot formId to your story's front matter, so anyone can download the PDF version of the case study.
- It is OK for you to merge your own PR to main without review where the content is urgent or has been reviewed outside of Git but where it is practical to follow the standard process we encourage you to do so.
# Customer Story CMS
When creating a case study there are several headers which are used by the CMS to populate the story as well as the customer stories index page. e.g:
---
title: World Meteorological Organization (WMO) Uses Node-RED to Modernize Sharing of Earth-System Data
image: /images/stories/un-wmo.jpg
date: 2023-09-07
logo: /images/stories/logos/logo_wmo.png
hubspot:
formId: 37f86f46-62d1-4203-bce9-0318ce993710
story:
brand: WMO
url: https://wmo.int/
logo: /images/stories/logos/logo_wmo.png
quote: Node-RED was the right platform to use to build the AntiLoop part of the Global Broker... Node-RED has proven to be a very reliable platform.
challenge: Modernize global weather data sharing protocol to be meet higher demand for real-time data
solution: Using the Node-RED platform to address these challenges.
results:
- Node-RED's MQTT nodes used to implement AntiLoop part of the Global Broker
- Pilot system handling 45,000 message / 15 minutes; Production system will handle 30,000/minute
---
# Title
The title of the story can be seen on both the customer stories index and the case study.
# Image
The story's image is visible on both the customer stories index and at the top of the case study, behind the title. Please note that this is a responsive image, and only a portion is displayed inside the case study. The recommended image type is photography.
# Date
The date is useful to order the stories in the customer stories index. The newest are shown first.
# Logo
Image of the logo to be included in the customer stories index, on top of the image, ideally a png file with transparent background. This is an optional field, if it's covering an important part of the image or if the image already includes a logo, there's no need to add it.
# Hubspot
# formId
Download form ID code provided by HubSpot.
# Story
# Brand
Name of the client, this is displayed in the customer stories index.
# URL
URL address to the client's website. This is added to the logo in the case study.
# Logo
Image of the logo displayed inside the story, in the right section.
# Quote
This highlighted comment appears below the title in the case study.
# Challenge, solution and results
A short summary of the challenge they faced, the implemented solution and a list of results.
# Example customer stories index item based on the header above
# Example customer story based on the header above
# Writing content
FlowFuse blog posts are written in markdown. To learn how to style content and have a nice markup for your content, please read the markdown guide