AITables connection time-out
Status: Closed · Asked by Nexify on · 0 views
Hello,I am trying to add a record in aitables with a post request.
When I execute it, I receive a time-out message.
Is there more information available about it?
This is the automation: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY4MDYzMDA0M2Q1MjY5NTUzZDUxM2Ii_pc
Thanks in advance
Hey @Nexify
Could you kindly set up the API connection and configure the parameters according to the specifications mentioned in their API documentation within the API by the Pabbly action step?
I thought I had, it gives me cUrl data:
curl -X POST "https://aitable.ai/fusion/v1/datasheets/dsta5yh78md9KWR09p/records?viewId=viwMj0KNqGXGV&fieldKey=name" \
-H "Authorization: Bearer _Paste_Your_API_Token_" \
-H "Content-Type: application/json" \
--data '{
"records": [],
"fieldKey": "name"
}'
Please share the proper API documentation of the application once and let us know at which step you are getting stuck.
I import cUrl in my automation and try to connect.
SOmething is probably not configured right, but I do not know what.
Hey @Nexify
We tested the API using Postman and it's taking longer than 30 seconds to respond. Please ask AItables support for the API request body you need for your workflow.
