Contacts
Shows contact information.
Select
The 本製品 will execute other filters client-side in memory.For example, the following queries are processed server side:
SELECT * FROM Contacts WHERE Id = '2842583326' SELECT * FROM Contacts WHERE ContactListId = '123679423'
Columns
| Name | Type | Description |
| Id [KEY] | String | The Id of the contact. |
| ContactListId | String | Use this to filter contacts only from the given ContactListId. |
| FirstName | String | The first name of the contact. |
| LastName | String | The last name of the contact. |
| String | The email of the contact. | |
| CustomField1 | String | The value of the first custom field for this contact. |
| CustomField2 | String | The value of the second custom field for this contact. |
| CustomField3 | String | The value of the third custom field for this contact. |
| CustomField4 | String | The value of the fourth custom field for this contact. |
| CustomField5 | String | The value of the fifth custom field for this contact. |
| CustomField6 | String | The value of the sixth custom field for this contact. |