Inserts one or multiple new rows into the specified table.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your bot ID.
The table's name or unique identifier for targeting specific table operations.
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.
A summary of the insertion operation, including any warnings or errors encountered, and the inserted row data.