| Methods |
| public __construct(PHPFUI |
| public delete(string $contact_id) : ?array 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 getTyped(string $contact_id, ?string $include = NULL) : ?PHPFUI |
| public put(string $contact_id, PHPFUI PUT (update) a Contact The PUT method updates an existing contact. You must include the Add or change any of the subresources by including them in the PUT request
payload. Omitted subresources are not overwritten with null. If the
contact being updated is deleted, the contact will be revived.
If If
|
| public putTyped(string $contact_id, PHPFUI |
| Properties |
| Methods |