createTableRows
Inserts one or multiple new rows into the specified table.
POST
/v1/tables/{table}/rowsAuthorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
x-integration-namestringIntegration name
x-user-idstringUser Id
x-user-rolestringUser Role
Path parameters
tablestringrequiredThe table's name or unique identifier for targeting specific table operations.
Request body
A batch of new rows to insert into the table. Each row must adhere to the table’s schema. A maximum of 1000 rows can be inserted in a single request.
rowsobject[]requiredwaitComputedbooleanEnsure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.
Response
A summary of the insertion operation, including any warnings or errors encountered, and the inserted row data.
rowsobject[]requiredwarningsstring[]Alerts for minor issues that don't block the operation but suggest possible improvements.
errorsstring[]Critical issues in specific elements that prevent their successful processing, allowing partial operation success.