Skip to content

Commit

Permalink
source-hubspot-native: add "FORWARD" to email event types
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Oct 18, 2024
1 parent 2f7298d commit 8c9035c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source-hubspot-native/source_hubspot_native/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ class EmailEvent(BaseDocument, extra="allow"):
"BOUNCE",
"OPEN",
"CLICK",
"FORWARD",
"STATUSCHANGE",
"SPAMREPORT",
"SUPPRESSED",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@
"BOUNCE",
"OPEN",
"CLICK",
"FORWARD",
"STATUSCHANGE",
"SPAMREPORT",
"SUPPRESSED",
Expand Down

0 comments on commit 8c9035c

Please sign in to comment.