Skip to content

Commit b77cdc4

Browse files
averyyipzlalvani
andauthored
feat: Add hs_call_recording_url to HubSpot calls (#297)
* Add hs_call_recording_url * Bump version * Scope down the validation on recording url * prettier --------- Co-authored-by: Zaran Lalvani <[email protected]>
1 parent 824fee7 commit b77cdc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vesselapi/integrations",
3-
"version": "1.0.66",
3+
"version": "1.0.67",
44
"description": "Vessel integrations",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/platforms/hubspot/schemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ const callPropertiesSchema = z.object({
470470
hs_timestamp: custom.date().nullable(),
471471
hs_call_body: z.string().nullable(),
472472
hs_call_title: z.string().nullable(),
473+
hs_call_recording_url: z.string().nullable(),
473474
hubspot_owner_id: hubspotIdSchema.nullable(),
474475
});
475476
export const callProperties = Object.keys(callPropertiesSchema.shape);

0 commit comments

Comments
 (0)