inwise Top Background
Arrow on Service

Email Marketing API-Part B

InwiseWebServices API Center

https://www.em-sender.com/ws/inwiseservice.asmx

A ContactsGroup details. A ContactGroup is used for grouping contacts into a group. The group can than be used for sending, listing etc.

Parameters:

Name Type Required Description
Name String Yes The name of the group. The name must be unique, you cannot use the same name for more than 1 group.
Tags String Yes Comma separated array of tags you want to associate with the new group. The names must contains only alpha numeric characters.

Java Code:

    ContactsGroup group = new ContactsGroup();
    group.setName(name);
    tag.setTags("friends, family");

C# Code:

    ContactsGroup group = new ContactsGroup();

    group.Name = name;

    group.Tags = "friends, family";

VB Code:

            Dim group As New ContactsGroup()

            group.Name = name

            group.Tags = "friends, family"

Raw Xml:

    <entity xsi:type="ContactsGroup">

        <Name>name</Name>

        <Tags>friends, family</Tags>

    </entity>




Home  |  About us  |  Products  |  Service  |  Partners  |  Forum  |  Email Marketing Terms  |  Support  |  Contact us
Terms & Conditions  |  Privacy Policy  |  Anti Spam Policy  |  Site Map
© 2008 inwise LTD. All rights reserved.