/
ON
ontora
/
Ontora API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 5h ago
Details
Filter operations
api-keys
4
artifacts
4
attio
14
billing
4
booking
3
campaign-creation
15
campaign-insights
21
campaign-reports
4
campaign-reports-public
3
campaign-sharing
15
chat
8
clerk-webhooks
1
collaborators
8
data-input
7
demo
4
documents
3
entities
9
feedback-program
3
gamification
2
google-calendar
5
hubspot
12
ingest
1
insights-chat
14
interview-agents
32
interview-export
7
interview-feedback
4
interview-query
7
interview-realtime
20
interview-review
5
interviews
48
jobs
3
join
4
knowledge
7
manual-ingest
4
mission-control
13
people
8
pipedrive
12
get
List Persons
post
Create Person
put
Update Person
delete
Delete Person
get
List Organizations
post
Create Organization
put
Update Organization
delete
Delete Organization
get
List Deals
post
Create Deal
put
Update Deal
delete
Delete Deal
preferences
4
projects
16
protected-corpus
3
query
2
question-results
4
retrieval
2
search
1
slack
5
sources
18
vaults
11
webhook-endpoints
6
webhooks
1
workspaces
35
get
Health
get
Database Health
get
Prometheus Metrics
get
Worker Health
get
Interview Worker Health
pipedrive
Create Person
Create a person in Pipedrive.
post
/v1/pipedrive/persons
Query parameters
workspace_id
string
uuid
required
Request body
AppApiPipedrivePersonInput
required
name
string
required
email
string[]
nullable
phone
string[]
nullable
org_id
integer
nullable
visible_to
string
nullable
label
integer
nullable
Response
Successful Response
AppApiPipedrivePersonResponse
required
id
integer
required
name
string
nullable
email
string[]
nullable
phone
string[]
nullable
org_id
integer
nullable
owner_id
integer
nullable
active_flag
boolean
nullable
label
integer
nullable
Changes