Skip to content

Commit 49ed498

Browse files
authored
Add ContactId to Salesforce Deal Create (#135)
* add contact id to salesforce * package
1 parent 5940c18 commit 49ed498

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vesselapi/integrations",
3-
"version": "0.0.99",
3+
"version": "0.0.100",
44
"description": "Vessel integrations",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/platforms/salesforce/schemas.ts

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export const salesforceOpportunityCreate = validators.object({
212212
CloseDate: validators.date(),
213213
Probability: z.string(),
214214
AccountId: z.string(),
215+
ContactId: z.string(),
215216
StageName: z.string(),
216217
$native: z.record(z.any()),
217218
})

0 commit comments

Comments
 (0)