Canned Responses FAQ
Common questions about canned responses and templates in Missive.
How do I share a response with my team?
When creating or editing a response, click the visibility dropdown at the top of the response editor. Select a team name to share the response with that team only, or select the organization to make it available to everyone.
Can I disable the # shortcut in the composer?
Yes. Go to Settings > Composer and turn off Suggest responses while typing. You can still access responses using ⌘/Ctrl + Shift + O.
Can I paste HTML into a canned response?
The canned response editor is a rich-text editor, not an HTML editor. Pasting raw HTML code will not render as formatted content.
To recreate a template from an external tool:
Open Settings > Responses and click New response.
Type and format your content using the editor toolbar (bold, links, colors, etc.).
For images, drag and drop them directly into the response body to embed them inline.
Templates with standard formatting (text, images, links) work well in the editor. Complex HTML layouts with multiple columns, background images, or advanced CSS styling cannot be replicated, as the editor is designed for standard email replies.
Can I personalize responses with recipient-specific details?
Yes. Missive supports dynamic variables. For example, {{ recipient.first_name | default: 'there' }} inserts the recipient's first name if available, or "there" as a fallback. See Using variables for more options.
Can I attach files to canned responses?
Yes. Drag and drop files into the response body to embed them inline, or drop them at the bottom to add as attachments. When you insert the response, its attachments are added to the draft.
Why can't I edit a response?
You can always edit your personal responses. For shared responses (organization or team), you can edit them unless your organization has restricted response management to admins only. This setting is available on the Business plan. If you need to edit a shared response and can't, ask an admin to make the change.
How are search results ordered when I use # to find a response?
Search results are ranked by how often your search term appears in each response. Responses where the search term appears more frequently will rank higher. The search looks at both the response title and content.
For example, if you search for "refund" and one response contains the word "refund" 10 times while another contains it once, the first response will appear higher in the results.
Last updated