CompanyEvents
Displays activity events tied to company records, such as creation, updates, and contact modifications.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- HostId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM CompanyEvents WHERE HostId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the company event record. | |
| HostId | String |
Companies.Id | The unique identifier of the system or resource that hosted or originated the event. |
| AppTitle | String | The name of the app or integration that generated this event. | |
| AttributeToApp | Bool | Indicates whether the event was created by an app integration rather than a user action. | |
| AttributeToUser | Bool | Indicates whether the event was initiated by an admin or staff user in the Shopify Admin. | |
| CreatedAt | Datetime | The timestamp marking when the company event was created. | |
| CriticalAlert | Bool | Specifies whether the event is marked as critical and requires merchant attention or action. | |
| Action | String | The type of action that triggered the event, such as company creation, update, or contact assignment. | |
| Message | String | A human-readable summary describing what occurred during the event. | |
| BasicEventSubjectId | String | The unique identifier of the company or related resource that generated this event. | |
| BasicEventSubjectType | String | The resource type that produced the event, such as Company, Contact, or Location. | |
| BasicEventHasAdditionalContent | Bool | Indicates whether this event includes supplemental descriptive or contextual content. | |
| BasicEventAdditionalContent | String | Additional narrative or formatted content related to the event, often shown in detailed timeline views. | |
| BasicEventAdditionalData | String | Structured metadata or key-value data provided for API consumers or integrated apps. | |
| BasicEventSecondaryMessage | String | An additional explanatory message that offers further context or clarification for the primary event message. | |
| BasicEventArguments | String | References to related resources or identifiers tied to the event and its source data. | |
| CommentEventAuthorId | String | The unique identifier of the staff member who created or authored the comment associated with this event. | |
| CommentEventCanDelete | Bool | Indicates whether the related comment event can be deleted by authorized users or apps. | |
| CommentEventCanEdit | Bool | Indicates whether the related comment event can be modified or updated after creation. | |
| CommentEventEdited | Bool | Specifies whether the comment event has been edited since it was originally created. | |
| CommentEventRawMessage | String | The raw, unformatted body content of the comment event as entered by the author. | |
| CommentEventSubjectId | String | The unique identifier of the parent entity, such as the company, to which the comment event is linked. | |
| CommentEventSubjectHasTimelineComment | Bool | Indicates whether the timeline subject includes a visible comment entry in its history. | |
| CommentEventEmbedCustomerId | String | A reference to the customer object associated with this event, if applicable. | |
| CommentEventEmbedDraftOrderId | String | A reference to the draft order object related to this event, if applicable. | |
| CommentEventEmbedOrderId | String | A reference to the order object related to this event, if applicable. | |
| CommentEventEmbedProductId | String | A reference to the product object associated with this event, if applicable. | |
| CommentEventEmbedProductVariantId | String | A reference to the specific product variant object associated with this event, if applicable. |