API - v1.0 - assign-contacts-to-contact-groups
Description
- Assigns one or more contacts to one or more contact groups.
HTTP Binding
| URL: |
http://api.sendgm.com/v1.0/method/assign-contacts-to-contact-groups |
| Method: |
POST |
Parameters
| Name
| Description
| Required
|
| ApiKey |
Valid API Key. |
Yes |
| ContactIdsCsv |
Comma separated list of Contact IDs. |
Yes |
| ContactGroupNamesCsv |
Comma separated list of Contact Group Names (Contact Groups will be automatically created if they don't exist already). |
Yes |
Example
Your code should emulate the posting of this form to associate one or more contacts to one or more contact groups...