ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/n8n/route
POST
Function POST
POST
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
;
success
:
boolean
}
>
|
NextResponse
<
{
success
:
boolean
;
opportunity
:
{
id
:
string
;
number
:
string
;
name
:
string
;
client
:
{
email
:
string
|
null
;
id
:
string
;
name
:
string
}
|
null
;
lead
:
{
email
:
string
|
null
;
id
:
string
;
name
:
string
}
|
null
;
matchedEntity
:
"client"
|
"lead"
|
"created"
|
null
;
}
;
files
:
any
[]
;
message
:
string
;
}
,
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
;
success
:
boolean
}
>
|
NextResponse
<
{
success
:
boolean
;
opportunity
:
{
id
:
string
;
number
:
string
;
name
:
string
;
client
:
{
email
:
string
|
null
;
id
:
string
;
name
:
string
}
|
null
;
lead
:
{
email
:
string
|
null
;
id
:
string
;
name
:
string
}
|
null
;
matchedEntity
:
"client"
|
"lead"
|
"created"
|
null
;
}
;
files
:
any
[]
;
message
:
string
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...