Index![]()
Downloads (PDF, HTML & XML formats)
[Bamboo Knowledge Base Home]
Documentation for Bamboo 4.0.x. Documentation for earlier versions of Bamboo is available too. 
![]()
Below are details of plugin interface changes with Bamboo 1.2
The method getTextEmail has changed from
public void getTextEmail(Event event, Email email);
to
public Email getTextEmail(Event event, Email email);
It now requires you to return the email object with the content populated (body, subject mimeType etc)