Tiny Logo
14-day Cloud trial
Start today. For free.

One editor. 50+ features. Zero constraints. After your trial, retain the advanced features.

Try Professional Plan for FREE
PricingContact Us
Log InGet Started Free

The best WYSIWYG CRM editor

Building or extending. Tracking or nurturing.
No matter the project, TinyMCE works best.

Get TinyMCE FREEExplore Premium Plans
New Task
Log a Call
New Event
Email
Sarah Humberson <shumberson@tiny.cloud>Art Vandelay <art@vandelay.website>Following up on our call
Tiny Logo
Vandelay Industries
Send
Schedule
Save draft

Eliminate silos and create consistent experiences

The TinyMCE WYSIWYG editor improves your ROI, streamlines the UX of your CRM system and enhances its outputs. Your developers have full control of the code, UI, configuration and integrations, while your non-technical users – sales people, marketing teams or users – can create, manage and modify every type of content within your CRM platform, including emails, social posts, proposals and reports.

CRM starter config

Without code tipsWithout code tipsWith code tips

The basic editing experience every CRM should start with. Includes all the editing controls your users expect, plus PowerPaste, Spell Checker Pro, Templates and more.

1<!doctype html>
2<html>
3<head>
4<meta charset="utf-8">
5<title>TinyMCE CRM Starter Config (Email Functionality)</title>
6<meta name="viewport" content="width=device-width, initial-scale=1">
7<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/6/tinymce.min.js" referrerpolicy="origin"></script>
8<script>
9  tinymce.init({
10    selector: '#editor',
11    plugins: 'ai advcode advtemplate autocorrect autoresize editimage emoticons image inlinecss link linkchecker lists mergetags powerpaste tinymcespellchecker',
12    menubar: false,
13    statusbar: false,
14    min_height: 300,
15    max_height: 500,
16    autoresize_bottom_margin: 20,
17    toolbar: 'undo redo spellchecker | formatgroup | aidialog aishortcuts | link emoticons image inserttemplate mergetags | code',
18    toolbar_groups: {
19      formatgroup: {
20        icon: 'format',
21        tooltip: 'Formatting',
22        items: 'blocks fontfamily fontsize | bold italic underline strikethrough forecolor | align bullist numlist outdent indent blockquote'
23      }
24    },
25    toolbar_location: 'bottom',
26    advcode_inline: true,
27    font_size_formats: "8px 10px 12px 14px 18px 24px 36px",
28    formats: {
29      h1: {block: 'h1'},
30      h2: {block: 'h2'},
31      p: [
32        {block: 'p'},
33        {selector: 'p'}
34      ],
35      small: {block: 'small', styles: {fontSize: '12px', color: '#aaaaaa'}}
36    },
37    ai_shortcuts: [
38      { title: 'Summarize content', prompt: 'Provide the key points and concepts in this content in a succinct summary.' },
39      { title: 'Improve writing', prompt: 'Rewrite this content with no spelling mistakes, proper grammar, and with more descriptive language, using best writing practices without losing the original meaning.' }
40    ],
41    block_formats: 'Normal=p; Heading=h1; Sub heading=h2; Small=small',
42    forced_root_block: 'p',
43    forced_root_block_attrs: {'style': 'font-size: 14px; font-family: helvetica, arial, sans-serif;'},
44    images_file_types: "jpeg,jpg,png,gif",
45    spellchecker_active: false,
46    powerpaste_word_import: 'clean',
47    powerpaste_googledocs_import: 'clean',
48    powerpaste_html_import: 'clean',
49    link_target_list: false,
50    link_list: [
51      { title: "Product demo", value: "https://www.tiny.cloud/" },
52      { title: "Pricing", value: "https://www.tiny.cloud/pricing/" },
53      { title: "Sign up", value: "https://www.tiny.cloud/signup/" },
54      {
55        title: "Case studies",
56        value: "https://www.tiny.cloud/solutions/content-authoring-tool/",
57        menu: [
58          { title: "Thomson Reuters", value: "https://assets.ctfassets.net/sn6g75ou164i/529dmerPtej8eu8wxRFSIQ/9eeeacaf7c7f45b43db991a7064c354d/tiny-case-study-thomson-reuters.pdf" },
59          { title: "Morning Brew", value: "https://assets.ctfassets.net/sn6g75ou164i/5Y5ETFsqsbxrn8KrfxxuSn/eba8bdd4be3b378b167bc9e9016f9206/tiny-case-study-morning-brew_1_.pdf" },
60          { title: "Accelo", value: "https://assets.ctfassets.net/sn6g75ou164i/4Zg8kQr3vcRpwWCcjwuwTy/0363c30c76032d69d25b68a6a625126b/tiny-case-study-accelo.pdf" }
61        ]
62      }
63    ],
64    mergetags_list: [
65      {
66        title: "Lead",
67        menu: [{
68          value: 'Lead.FirstName',
69          title: 'Lead First Name'
70        },
71        {
72          value: 'Lead.LastName',
73          title: 'Lead Last Name'
74        },
75        {
76          value: 'Lead.Organization',
77          title: 'Lead Organization'
78        },
79        {
80          value: 'Lead.Email',
81          title: 'Lead Email'
82        }
83        ]
84      },
85      {
86        title: "Sender",
87        menu: [{
88          value: 'Sender.FirstName',
89          title: 'Sender First Name'
90        },
91        {
92          value: 'Sender.LastName',
93          title: 'Sender Last Name'
94        },
95        {
96          value: 'Sender.Organization',
97          title: 'Sender Organization'
98        },
99        {
100          value: 'Sender.Email',
101          title: 'Sender Email'
102        }
103        ]
104      },
105      {
106        title: 'Subscription',
107        menu: [{
108          value: 'Subscription.UnsubscribeLink',
109          title: 'Unsubscribe Link'
110        },
111        {
112          value: 'Subscription.Preferences',
113          title: 'Subscription Preferences'
114        }
115        ]
116      }
117    ],
118    advtemplate_templates: [
119      {
120        title: 'Outbound email',
121        content: '<p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">Hi {{Lead.FirstName}},</p><p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">My name is {{Sender.FirstName}} with {{Sender.Organization}}.</p><p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">We help companies just like yours securely store data in the cloud. I wanted to learn how you handle data storage at {{Lead.Organization}} and show you some of the exciting technology we&quot;re working on.</p><p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">Are you available for a quick call tomorrow afternoon?</p><p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">{{Sender.FirstName}}</p>'
122      },
123      {
124        title: 'Follow-up email',
125        content: '<p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">Hi {{Lead.FirstName}},</p><p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">Thank you for taking the time to explore a potential partnership today! It felt like our product could help you solve some of the issues that you&rsquo;re having within {{Lead.Organization}}, especially in these areas:</p><ul><li style="font-size: 14px; font-family: helvetica, arial, sans-serif;">The offsite data warehouse will allow you to guarantee business continuity</li><li style="font-size: 14px; font-family: helvetica, arial, sans-serif;">Metered usage will ensure you only pay for what you consume</li><li style="font-size: 14px; font-family: helvetica, arial, sans-serif;">Level III security protocols will mean you will meet security requirements for your jurisdiction</li></ul><p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">I understand that now you will discuss and agree internally on the next step. Please let me know if you have any questions or if there is anything I can do to help. If not, I&rsquo;ll talk to you next week.</p><p style="font-size: 14px; font-family: helvetica, arial, sans-serif;">Best,<br>{{Sender.FirstName}}</p>'
126      }
127    ],
128    content_style: `
129      body {
130        font-family: -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
131        font-size: 14px;
132        line-height: 1.5rem;
133      }
134
135      h1 {
136        font-size: 24px;
137      }
138
139      h2 {
140        font-size: 18px;
141      }
142    `
143  });
144</script>
145<style>
146    body {
147        font-family: -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
148        font-size: 14px;
149        margin: 2rem;
150    }
151
152    main {
153        max-width: 800px;
154        margin: auto;
155    }
156</style>
157</head>
158<body>
159<main>
160<textarea id="editor">
161  <p>Hi {{Lead.FirstName}},</p>
162  <h2>What's your CRM editor project?</h2>
163  <p>Are you:</p>
164  <ul>
165    <li>Building a new CRM and need to add rich text editing capabilities?</li>
166    <li>Extending your existing CRM and need a more extensive rich text editor?</li>
167  </ul>
168  <p>Then use the only WYSIWYG CRM editor that&rsquo;s trusted by 1.5M devs.</p>
169  <p><strong>Curious about TinyMCE? </strong>Play with this demo to see how our CRM editor works 😊</p>
170  <p>Press <img src="https://tiny.cloud/images/solutions/crm-editor/demo/i_formatting.png" width="18" height="18" alt="Formatting">&nbsp;to see how a toolbar group works, and click on <img src="https://tiny.cloud/images/solutions/crm-editor/demo/i_insert_template.png" width="18" height="18" alt="Insert Template"> and <img src="https://tiny.cloud/images/solutions/crm-editor/demo/i_insert_token.png" width="18" height="18" alt="Insert Token"> for inspiration to include pre-defined and user defined templates, as well as merge tags.</p>
171</textarea>
172<p>💡 TinyMCE's <a href="https://www.tiny.cloud/docs/tinymce/latest/inline-css/">Inline CSS</a> plugin can be used to process the editor contents and apply all CSS styles inline, helping to make content ready for the inbox. Open up dev tools and click the button below to see the CSS-inlined editor contents in the console.</p>
173<button onclick="tinymce.activeEditor.plugins.inlinecss.getContent().then((value) => { console.log(value.html); });">Get Inlined CSS</button>
174</main>
175</body>
176</html>

"One thing that has been great for us is the ability to insert data metrics. That was a big reason why we chose TinyMCE. These proposals are specific to each individual sales prospect, and they have a lot of dynamic data in terms of pricing and savings – all the different numbers that go into them. Having the ability to add and remove these dynamic fields has been key for us."

Mariya Nomanbhoy|COO, Sighten

"It's genuinely great to have the benefits of a really strong and respected open-source product like TinyMCE. Our user engagement numbers are up, our average customer value is up, and our churn rate is down compared to before we started using TinyMCE. It's become a key part of our drive to make our product more successful."

Geoff McQueen|CEO & Founder, Accelo

"Just reducing the number of support tickets has been great. If there are fewer problems to solve, then I can focus on developing new features for our software and helping to push us ahead of our competitors. That’s the most important part for me."

Simon Reinhardt|Senior Software Developer, HYPE Innovation

"As our customer base was growing we needed to have more differentiated proposals, because our customers started competing against each other in the market and homeowners were seeing the exact same types of proposals. So our customers wanted to be able to differentiate themselves more."

Mariya Nomanbhoy|COO, Sighten

When you need the best
WYSIWYG CRM editor

Our editor delivers the best

Faster speed-to-market

Save years of developer time and hundreds of thousands of dollars in engineering costs by leveraging our out-of-the-box editor and 24/7 support team. The best CRM editor gets you to market faster.

Focus on streamlining and automating redundant processes and content production workflows

Explore features:

Templates icon
Templates
Faster Speed to Market
Delight your users

Our WYSIWYG CRM editor is built to mimic the tools your users know and love. There’s no ramp-up or steep learning curves – it’s an editing experience your users already know and enjoy.

Spotlight on a user experience that enables people to quickly and easily produce reports, documentation, emails and content needed, with a clean copy-paste experience

Explore features:

Delight Your Users
HTML you can trust

Take the guesswork out of content creation and publish clean and compliant output from the CRM text editor that’s trusted by 1.5M developers, and over 40% of the world’s websites.

Fit within an enterprise-grade tech stack via 400+ customizable APIs and 12+ framework integrations to create the experience users need

Explore features:

HTML You Can Trust

All-in-one CRM software editing tool

Every CRM system needs an intuitive WYSIWYG editor that’s feature-rich and easy to use for those who don’t have coding skills. Equally, the CRM editor must be totally customizable so yourdevelopers can control the back-end, integrate with existing tech stacks and be confident the HTML output is clean, quality and compliant.

TinyMCE is downloaded 350M+ times every year and available through either a free, open source license or a paid commercial license.

TinyMCE CRM editor

All the familiar WYSIWYG
features developers (and users) expect

Content Creation

Content Creation

Enable users to create emails, proposals and log calls using features they know and love:

  • Error-free clean copy-paste from Word, Excel and Google Docs with PowerPaste
  • Help users write better and faster with AI Assistant
  • Insert predefined, read-only Merge Tags (also known as personalization tokens, or mail merge fields) into your content
  • Generate clean and compliant CSS-inlined HTML with Inline CSS, to ensure maximum email client compatibility
  • Word Count and Search and replace functionality that enhances a wide range of document creation projects
  • Range of content formatting tools like Checklists, Enhanced Tables and Page Break
  • Allow users to insert predefined or user-defined, dynamic content using Templates
  • Save users time by auto-generating typed hyperlinks with Autolink
  • Image Editing lets users apply 10 powerful transformations to their images – crop, rotate, resize and other filters
  • Inline editing to Preview how content looks before publishing
  • Optimized for desktop and mobile
  • Content can be output as PDF using the PDF Export feature

Compliance

Compliance

Ensure user-generated content aligns with corporate and regulatory standards:

  • Maintain regulatory standards and avoid potential fines and lawsuits with Accessibility Checker (WCAG)
  • Build custom dictionaries to ensure content is on-brand with Spell Checker
  • Globally consistent spelling with simultaneous checking of up to 13 languages (plus medical terminology)
  • Fix obvious (and not-so-obvious) mistakes before they see the light of day with Spelling Autocorrect
  • Eliminate embarrassing broken links with Link Checker

Collaboration

Collaboration

Produce better outcomes with collaborative editing tools:

  • Let users collaboratively work on content with secure end-to-end encrypted Real-time Collaboration
  • Enhance peer-to-peer collaboration with Comments and threaded conversations
  • Kickstart conversations with @mentions

Internationalization

Internationalization

Provide a consistent and reliable editing experience, from Bogotá to Istanbul:

  • 38 fully-vetted, professional UI translations
  • 37 community-contributed UI translations
  • 13 languages supported with Spell Checker

Media management

Media management

Manage your files or images in the cloud with Tiny Drive:

  • Upload and browse files, and insert images inside TinyMCE
  • Import existing assets from any connected Google Drive or Dropbox account
  • Minimal configuration, integrates seamlessly
  • Secure – uses utilizes JSON Web Tokens (JWT)
  • Scalable – uses Amazon S3 cloud storage
  • Note: Tiny Drive is an add-on to TinyMCE

Editor Control

Editor Control

Give users either unrestricted creative freedom, or just enough to create what they need:

  • Prevent the editing of brand or regulatory content using the Multi-Root Editing
  • Only enable the functionality needed and use Quick Toolbar and keyboard shortcuts to speed up content creation
  • Control the output with a variety of options around HTML and CSS
  • Customize the UI with pre-made Skins and Icons or build your own
  • Allow users to insert predefined, dynamic content (such as canned emails) using the Templates plugin
  • Autosave avoids the risk of losing content
  • Autoresize allows the editor to resize to fit its contents as it expands

See full demo | Discover integrations | Explore 60+ features

Ready to use TinyMCE for
your project?

Get a quote

How TinyMCE is different from
the alternatives

Unmatched domain experience

TinyMCE toolbar menu

Every day, the world’s biggest enterprise brands and growing startups rely on TinyMCE for their mission-critical editing needs. For the last two decades, we’ve consistently innovated to create the acknowledged best-in-class rich text editor, that lets developers and creators do more with less by providing:

  • Smooth, lightweight code that achieves both speed and flexibility across every major browser
  • A consistent and reliable release process, providing headache-free upgrades
  • A reliable enterprise-grade editor that's easily customized and also available through an open-source license
  • Reusable, modular components, 400+ APIs and 14+ framework integrations

Frameworks

12+ integrations and 400+ flexible APIs

Easily integrates into your tech stack. Enhances your editing experience. 7 first-party and 5 third-party endorsed integrations that make development easier.

Explore integrations →

Hosting

Get TinyMCE two ways Cloud-based or Self-hosted

Get a Free API key to use TinyMCE from the Cloud or Download the SDK for use in your Self-Hosted application.

See how →

Reliable, responsive and future-facing

TinyMCE toolbar menu

Every day, our Engineering team solves issues the right way, our Product team encourages perfect results (even if launch dates occasionally slip) and the Customer Success team delivers support that’s reliable, fast and friendly. We’re proud of:

  • Maintaining industry-leading response rates across dedicated SLAs
  • 96% support ticket customer satisfaction* (Based on Zendesk ratings)
  • 2.84 hr average response time* (August 2021 data)

Help when and where you need it

Enterprise-Grade Support

Responsive, in-house support to help you implement, customize and troubleshoot.

Learn more →

Community

Thousands of questions and answers updated daily on StackOverflow and Github.

Browse questions →

Documentation

Tutorials, quickstarts, code samples and videos to help you deploy faster.

Explore docs →

Collaborative team that grows with you

TinyMCE toolbar menu

We let companies focus on their core business, so they don’t have to worry about rich text editing. Product teams can delight their users and creators can work smarter, faster and more productively. Our modus operandi is to be:

  • Helpful
  • WYSIWYG and easy to work with
  • Consultative, partnering with you throughout your stages of growth
  • Champions of open source and the dev community who make it all possible

Modify TinyMCE to suit custom use cases

Modify TinyMCE to suit custom use cases

Developers have full source code control for endless customizations

  • Out-of-the-box
  • UI customization
  • API customization
Explore Customization →

Looking for projects that
TinyMCE can be used for?

Access use-case specific starter configs
to kickstart your rich text editing project
Content Management Systems (CMS) ->Email & Messaging Platforms ->Document Management Systems (DMS) ->Customer Relationship Management (CRM) ->Workflow & Collaboration Platforms ->Learning Management Systems (LMS) ->Internal & SaaS Applications ->

Related content

Innovations and CRM trends to watch

PRODUCT-LED GROWTH

Innovations and CRM trends to watch

Setting up the TinyMCE CRM Starter config

HOW-TO USE TINYMCE

Setting up the TinyMCE CRM Starter config

CRM data entry best practices: improving CRM data quality

PRODUCT-LED GROWTH

CRM data entry best practices: improving CRM data quality

TinyMCE CRM Starter Config Tour

HOW-TO USE TINYMCE

TinyMCE CRM Starter Config Tour

The Great Debate Buy vs Build Rich Text Editors

WHITEPAPER

The Great Debate Buy vs Build Rich Text Editors

El Roboto

CASE STUDY

How El Roboto saves clients hundreds of thousands of dollars every month with TinyMCE

Gathering the right data for personalization, in a privacy-driven world

PRODUCT-LED GROWTH

Gathering the right data for personalization, in a privacy-driven world

The Opportunity Cost of Technical Debt

WHITEPAPER

The Opportunity Cost of Technical Debt

Get TinyMCE FREELet’s chat
Tiny logo

Stay Connected

SOC2 compliance badge

Products

TinyMCEDriveMoxieManager
© Copyright 2024 Tiny Technologies Inc.

TinyMCE® and Tiny® are registered trademarks of Tiny Technologies, Inc.