Contact.AddToGroup
Adds a contact to a contact group. Go here for the WSDL.
Input Parameters
Here's a list of all the parameters you'll need to pass to the Contact.AddToGroup method. All of the parameters are required.
ApiKey: string
Your API access key. Go here for more details.
Email: string
The email address of the contact to add to this group.
GroupID: string
The group you want to add the contact to. Go here for more details.
Return Codes
0: System Failure
The add failed due to a system failure.
1: Success
The contact was added to the group successfully.
100: Invalid API Key
The API key passed was not valid or has expired.
101: Invalid GroupID
The GroupID passed was not valid or has been removed.
202: Email doesn't Exist
The contact can't be added to the group because the contact couldn't be found.
203: Contact already in this group
The contact is already in that group.