Methods |
public __construct(PHPFUI |
public delete(string $contact_id) : bool DELETE a Contact Deletes the contact identified by the contact_id path parameter. Deleted contacts won't receive email from you, and they don't count as active contacts. Unlike unsubscribed contacts, deleted contacts can be revived, or added back to an account. Learn how to revive deleted contacts.
|
public get(string $contact_id, ?string $include = NULL) : array GET a Contact This endpoint GETs a specific contact resource (contact_id). Use the
|
public put(string $contact_id, PHPFUI PUT (update) a Contact The PUT method updates an existing contact. You must include the
|
Properties |
Methods |