Skip to main content
POST
Call the saveContact mutation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required
name
string
required
orgId
string
required
bio
string
company
string
contactId
string
headshotUrl
string
jobTitle
string
notes
string
stage
string
tags
any

Arbitrary JSON value

Response

The value returned by saveContact

Whatever the function returns