| Field | Type | Required | Description | Example |
|---|---|---|---|---|
account_ids |
T::Array<::String> | ➖ | List of associated account IDs | [ "account-123", "account-456" ] |
company_name |
T.nilable(::String) | ➖ | The contact company name | Apple Inc. |
created_at |
Date | ➖ | Timestamp when the contact was created | 2021-01-01T01:01:01.000Z |
custom_fields |
T::Array<Models::Shared::CustomFields> | ➖ | Contact custom fields | |
deal_ids |
T::Array<::String> | ➖ | List of associated deal IDs | [ "deal-001", "deal-002" ] |
emails |
T::Array<::String> | ➖ | List of contact email addresses | [ "steve@apple.com" ] |
first_name |
T.nilable(::String) | ➖ | The contact first name | Steve |
id |
T.nilable(::String) | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
last_name |
T.nilable(::String) | ➖ | The contact last name | Wozniak |
phone_numbers |
T::Array<::String> | ➖ | List of contact phone numbers | [ "123-456-7890" ] |
remote_account_ids |
T::Array<::String> | ➖ | Provider's list of associated account IDs | [ "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "e3cb75bf-aa84-466e-a6c1-b8322b257a49" ] |
remote_deal_ids |
T::Array<::String> | ➖ | Provider's list of associated deal IDs | [ "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "e3cb75bf-aa84-466e-a6c1-b8322b257a49" ] |
remote_id |
T.nilable(::String) | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
unified_custom_fields |
T::Hash[Symbol, ::Object] | ➖ | Custom Unified Fields configured in your StackOne project | { "my_project_custom_field_1": "REF-1236", "my_project_custom_field_2": "some other value" } |
updated_at |
Date | ➖ | Timestamp when the contact was last updated | 2021-01-01T01:01:01.000Z |