Hi Zimbra Customers, Partners & Friends, Have you ever heard of a Zimlet? A Zimlet is a magical piece of code in Zimbra that makes Zimbra email, chat, video, calendar, etc. easier to use. Zimlets can also be used to integrate Zimbra with other third-party apps used by your organization like SalesForce. And of course […]
Archive | Zimlets
Zimbra SkillZ: The Organization Chart Zimlet is Here!
Hi Zimbra Customers, Partners & Friends, We’re happy to introduce the Organization Chart Zimlet that was recently added to Zimbra 9. The Organization Chart Zimlet displays people in your organization in a hierarchical tree. If you are in a large organization or you have a lot of remote workers this is especially helpful. The organization […]
Zimbra SkillZ: Empty Subject Zimlet
Hi Zimbra Customers, Partners & Friends, Today’s Zimbra Skillz blog explains how to write a Zimlet that listens for an event using zimletEventEmitter. This particular Zimlet listens for the ONSEND event and warns the user if the Subject field is empty. Downloading and Running the Empty Subject Zimlet Create a folder on your local computer […]
Zimbra SkillZ: Salesforce Zimlet — Email2Case
Hi Zimbra Partners, Customers & Friends, Salesforce Email-to-Case automatically turns customer emails into cases, so your agents can quickly track and resolve issues. This Zimlet adds Email2Case to the Zimbra More menu. Configure and Deploy the Zimlet Here are the steps to configure and deploy the Zimlet … Get zimbra-zimlet-salesforce.zip and as Zimbra user: zmzimletctl […]
Never accidentally send an email without an attachment again with the Attachment Alert Zimlet!
Hi Zimbra Customers, Partners & Friends, How many times have you clicked Send on an email then thought, “Darn! I forgot to add the attachment!”? The Attachment Alert Zimlet warns you if you try to do it again! How? The Zimlet looks at the body of an email when you click Send. If it finds […]
Zimbra SkillZ: Capture Zimbra Events Inside a Zimlet
Hello Zimbra Customers, Partners & Friends, Do you want to capture user events to trigger an action? The zimletEventEmitter can register listeners for these events: LOGOUT: fired when the user clicks the Logout menu item. It can be used to trigger a logout in non Single Log Out aware 3rd party application. ONSEND: fired when the user […]