iVvy Developer API
Home
Support
System Status
Login
Search…
API Documentation
Getting Started
Contacts & Companies
Get Contact List
Get Contact
Add or Update Contact
Get Contact Custom Field Definition
Get Company Custom Field Definition
Get Subscription Group List
Add Contacts To Subscription Group
Remove Contacts From Subscription Group
Get Company List
Get Company
Add or Update Company
Add or Update Lead
Event
Venue
Partner
Invoice
Account
CRM
Development Reference
Powered By
GitBook
Add Contacts To Subscription Group
post
[PlatformAddress]/api/1.0/contact?action=addContactsToSubscriptionGroup
Add Contacts To Subscription Group
Example Request
1
{
2
"contacts"
:
[
3
4
,
4
6
,
5
55
,
6
33
7
],
8
"group"
:
2481
9
}
Copied!
Returns
An array of objects with the following properties
Property
Description
contactId
The contact this result is for
status
If the contact was added to the group or not
Previous
Get Subscription Group List
Next
Remove Contacts From Subscription Group
Last modified
8mo ago
Copy link
Contents
post
Add Contacts To Subscription Group
Example Request
Returns