Create a new row in a sheet. The operation is performed synchronously and returns the created row.
1curl -X POST "https://sheetbridge.adalo.com/api/v1/bridge/{bridgeId}/{sheetId}" \ 2 -H "Content-Type: application/json" \ 3 -H "Authorization: Bearer YOUR_TOKEN" \ 4 -d '{"name": "Alice", "email": "alice@example.com", "can_attend": "true"}'
1{ 2 "status": "completed", 3 "sheetbridge_id": "550e8400-e29b-41d4-a716-446655440002", 4 "name": "Alice", 5 "email": "alice@example.com", 6 "can_attend": "true" 7}
1{ 2 "name": "Alice", 3 "email": "alice@example.com", 4 "can_attend": "true" 5}
bridgeId
sheetId
404
401
403
429
500
No Results Found
Please enter a search term to get started.