You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HubSpot's Email Events object can include additional properties obsoletedBy and causedBy, though these are not currently included in the schema for email_events.
"obsoletedBy | JSON | The EventId which uniquely identifies the follow-on event which makes this current event obsolete. If not applicable, this property is omitted."
"causedBy | JSON | The EventId which uniquely identifies the event which directly caused this event. If not applicable, this property is omitted."
Hubspot doesn't appear to outline the actual format of the JSON returned for these properties in any of their reference documentation.
The text was updated successfully, but these errors were encountered:
mdimercurio
pushed a commit
to dialoguemd-archives/tap-hubspot
that referenced
this issue
Jun 1, 2019
HubSpot's Email Events object can include additional properties obsoletedBy and causedBy, though these are not currently included in the schema for
email_events
.This page of their documentation has more information on the properties: https://developers.hubspot.com/docs/methods/email/email_events_overview
"obsoletedBy | JSON | The EventId which uniquely identifies the follow-on event which makes this current event obsolete. If not applicable, this property is omitted."
"causedBy | JSON | The EventId which uniquely identifies the event which directly caused this event. If not applicable, this property is omitted."
Hubspot doesn't appear to outline the actual format of the JSON returned for these properties in any of their reference documentation.
The text was updated successfully, but these errors were encountered: