Skip to main content
POST
cURL

授权

Authorization
string
header
必填

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

请求体

application/json
parentNodeId
string
必填

witch node this the parent, if not provided, it is a root node

type
enum<string>
必填

type of action

可用选项:
sendEmail,
createRecord,
updateRecord,
httpRequest,
getRecords,
aiGenerate,
script
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

响应

201 - application/json

Successful created

config
object
必填
id
string
必填

node id

category
enum<string>
必填
可用选项:
action
type
enum<string>
必填

This Action will activate when a record is created in a table.

可用选项:
createRecord
name
string

name of the node

description
string

description of the node

testResult
object

action test result

outputVariables
object

output variables

inputVariables
object

input variables

createdTime
string | null

created time

lastModifiedTime
string | null

last modified time

最后修改于 2026年3月5日