Service: zimbraAdmin

Command: CreateZimlet
Namespace: urn:zimbraAdmin
Description: Create a Zimlet
Properties:
Authorization token required true
Admin Authorization token required true

CreateZimletRequest

    <CreateZimletRequest name="{zimlet-name}"> ## CreateZimletRequest
        (<a n="{key}" /> ## Attr)*
    </CreateZimletRequest>

elements and attributes you can define within a <CreateZimletRequest> element:

XPath Required / Optional Description
@name Required (only 1) Type: String
Zimlet name
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type: String
Key

CreateZimletResponse

    <CreateZimletResponse> ## CreateZimletResponse
        <zimlet [hasKeyword="{keyword}"] name="{name}" id="{id}"> ## ZimletInfo
            (<a n="{key}" /> ## Attr)*
        </zimlet>
    </CreateZimletResponse>

elements and attributes you can define within a <CreateZimletResponse> element:

XPath Required / Optional Description
/zimlet Required (only 1) Information about the newly created zimlet
/zimlet@hasKeyword Optional (0 or 1) Type: String
Keyword
/zimlet@name Required (only 1) Type: String
Name
/zimlet@id Required (only 1) Type: String
ID
/zimlet/a Optional (0 or more) Attributes
/zimlet/a@n Required (only 1) Type: String
Key