Click or drag to resize

IActiveCampaignAddContact Method

Adds contact to ActiveCampaign

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
AC_AddContactResponse AddContact(
	AC_Contact acc
)

Parameters

acc
Type: NetQuarry.ServicesAC_Contact
The contact to add.

Return Value

Type: AC_AddContactResponse
The response.
See Also