Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sentori3-upgrade-home [2015/01/20 15:36]
Ian Pollard [Headline features]
sentori3-upgrade-home [2015/01/28 09:14] (current)
Ian Pollard [New API]
Line 2: Line 2:
  
 Sentori 3 represents a significant upgrade to Sentori, with an updated user interface, new features, and many existing features receiving improvements and optimisations. This page is intended to help Sentori 2 users migrate to Sentori 3.  Sentori 3 represents a significant upgrade to Sentori, with an updated user interface, new features, and many existing features receiving improvements and optimisations. This page is intended to help Sentori 2 users migrate to Sentori 3. 
 +
 +{{vimeo>​117803617?​750x423}}
  
 ===== Headline features ===== ===== Headline features =====
  
   * New interface with easier navigation   * New interface with easier navigation
-  * New editor and email workflow +  * [[editor|New editor]] and email workflow 
-  * Drag and drop layout mode +  * [[editor#​layout-mode|Drag and drop layout mode]] 
-  * Email tests now inline+  * [[email-testing|Email tests]] now inline
   * Editor supports multiple collaborating users   * Editor supports multiple collaborating users
   * CSS mode for editor, allowing you to easily access the style code of your emails and webpages   * CSS mode for editor, allowing you to easily access the style code of your emails and webpages
-  * New dashboard (7, 14, and 30 days) +  * [[dashboard|New dashboard]] (7, 14, and 30 days) 
-  * Re-designed reports +  * [[reports|Re-designed reports]] 
-  * Sites and web landing pages +  * [[webpages|Sites and web landing pages]] 
-  * SMS campaigns+  * [[sms|SMS campaigns]]
   * Global search for both contacts and emails   * Global search for both contacts and emails
   * Weekly account summary emails, including campaign activity and analysis of contact database   * Weekly account summary emails, including campaign activity and analysis of contact database
   * Features for teams, including user types such as "Data Administrator"​   * Features for teams, including user types such as "Data Administrator"​
   * Features for large organisations,​ including linked accounts with contact synchronisation   * Features for large organisations,​ including linked accounts with contact synchronisation
-  * Features for a central account to syndicate ​template ​and content ​to linked child accounts +  * Features for a central account to syndicate ​templates ​and emails ​to linked child accounts 
-  * New API with many more features+  * [[api|New API]] with many more features
  
-If you wish to suggest further features for Sentori we would love to hear from you. Please click the Help link in the header of the software and click Suggest a Feature. ​+If you wish to [[http://​sentori.uservoice.com|suggest further features]] for Sentori we would love to hear from you. Please click the Help link in the header of the software and click Suggest a Feature. ​
  
 ===== Email workflow ===== ===== Email workflow =====
Line 28: Line 30:
 The email workflow used to create emails has been reduced from five steps to three. ​ The email workflow used to create emails has been reduced from five steps to three. ​
  
-==== Email content ​====+==== New editor ​==== 
 + 
 +{{vimeo>​117571273?​750x423}} 
 + 
 +=== Editor overview ​===
  
   * Sentori'​s editor is now designed for teams, meaning you and your colleagues can be working on the same email, from separate machines, and their changes can be pulled in real-time without overwriting your changes. ​   * Sentori'​s editor is now designed for teams, meaning you and your colleagues can be working on the same email, from separate machines, and their changes can be pulled in real-time without overwriting your changes. ​
Line 38: Line 44:
  
 ==== Email tests ==== ==== Email tests ====
 +
 +{{vimeo>​117573666?​750x423}}
 +
 +=== Email tests overview ===
  
 Email tests are now run on the content step and their results are shown inline; for example, if you have added a broken link to your email Sentori will highlight it in the content with a warning icon. Email tests are now run on the content step and their results are shown inline; for example, if you have added a broken link to your email Sentori will highlight it in the content with a warning icon.
Line 44: Line 54:
  
 ==== Email layout ==== ==== Email layout ====
 +
 +{{vimeo>​117574629?​750x423}}
 +
 +=== Layout mode overview ===
  
 You can switch to [[editor#​layout-mode|layout mode]] by using the editor mode drop-down menu to the right of the blue Emails Tools button. You can switch to [[editor#​layout-mode|layout mode]] by using the editor mode drop-down menu to the right of the blue Emails Tools button.
Line 82: Line 96:
 ===== SMS ===== ===== SMS =====
  
-Sentori now supports SMS campaigns, which can be sent to contacts with mobile numbers by [[api-import-contacts|uploading a spreadsheet of contacts]] to create an upload group. In order to use the SMS feature, you must rent a mobile number from us and pre-purchase sufficient SMS credits for your campaign.+Sentori now supports ​[[sms|SMS]] campaigns, which can be sent to contacts with mobile numbers by [[api-import-contacts|uploading a spreadsheet of contacts]] to create an upload group. In order to use the SMS feature, you must rent a mobile number from us and pre-purchase sufficient SMS credits for your campaign.
  
   * SMS are created using a workflow similar to emails.   * SMS are created using a workflow similar to emails.
Line 90: Line 104:
 ===== New API ===== ===== New API =====
  
-New in Sentori is a completely rebuilt API with significantly more functionality.  +New in Sentori is a completely rebuilt ​[[api|API]] with significantly more functionality. ​Our old API will continue to be supported. 
-  * [[api:​v2.0:​contact#​add-a-contact|Add a Contact]] + 
-  * [[api:​v2.0:​contact#​update-a-contact|Update a Contact]] +New API methods include: 
-  * [[api:​v2.0:​contact#​subscribe-contact-to-mailing-list|Subscribe a Contact to Mailing List]] + 
-  * [[api:​v2.0:​contact#​unsubscribe-contact-from-mailing-list|Unsubscribe Contact From Mailing List]] +  * Add a Contact 
-  * [[api:​v2.0:​contact#​unsubscribe-contact|Unsubscribe Contact (suppress)]]+  * Update a Contact 
 +  * Subscribe a Contact to Mailing List 
 +  * Unsubscribe Contact From Mailing List 
 +  * Unsubscribe Contact (suppress) 
 +  * Get a list of draft emails 
 +  * Get a list of templates 
 +  * Create a new email using a specified template 
 +  * Attach contacts to a new or draft email 
 +  * Get an email'​s KPI summary data 
 +  * Get a contacts from a sent campaign who have: opened, clicked, shared on social networks, unsubscribed,​ made a spam complaint, bounced, etc.