We get asked a lot on how can I make my email more responsive or look better. Well, it is all about knowing HTML.Easier said than done. So, some of our users are successful using MailChimp.You may export your customer list and use it directly or with the instructions below use it to help you with the HTML coding of your emails.Here are instructions for using the HTML from MailChimp within ServiceMonster:
LayoutsThe Layouts tab contains Featured and Basic templates. Featured templates provide recommendations for the type of content to include in a campaign. Basic templates provide blank layouts you can add content to.
ThemesThe Themes tab contains predesigned layouts.Code your ownThe Code your own tab allows you to import or paste in HTML to create your template layout.
Click the template you want to work with.
Drag and drop content blocks into your template layout to add and format text, upload images, and link to files. When you're done, click Save and Exit.
In the Save Template pop-up modal, type a name for your template.
Click Save.
Step 3 Export the HTML from your new Template
Navigate to the Templates page.
Locate the template you'd like to export by browsing the template list or using the search option.
Click the drop-down menu next to the Edit button for the template you want to download and choose Export as HTML.
If you're exporting a saved drag-and-drop template, a warning appears before the template can be exported.
Exported drag-and-drop templates will not include the drag-and-drop functionality in their code.After clicking the Got It, Export Template button, the template downloads to your computer as an HTML file. You'll now be able to edit the template outside of Mailchimp in your preferred HTML editor.
Step 4 Copy the HTML
Find the file you just saved in your file directories
Right Click the File
Select Open with and then select Notepad
Once open, click your cursor within the body and right click Select All
Then go to the Edit Menu and select Copy.
Step 5: CSS Inliner Tool
To clean up the HTML before importing into ServiceMonster use this tool: https://templates.mailchimp.com/resources/inline-css/
Paste the HTML (Ctrl + P will paste it wherever your cursor sits)
Click Convert
New HTML code will be generated below the Convert button
Copy the code (Highlight and then Ctrl +C will copy the code)
Step 6: Paste HTML into the ServiceMonster editor.
Login to your account and go to the marketing materials section.
Create a new or select one you are working on
Click the Code View button
Clear out all of the codings
Paste in the new coding you just copied. (Ctrl + P will paste it wherever your cursor sits)
Step 7: Remove the MailChimp data tags
In the html editor do a ctrl + f search for "*|" to get rid of MailChimp's merge tags. Y
Step 8: View the content and adjust
Select the Code View button again and you will see the preview of your email, you may make edits directly here or go back to MailChimp to edit and re-export and paste again.