You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems no way I can make a webhook request? Even with Base.makeRequest I could only start from the basic url https://api.airtable.com/v0/{baseId}... which is hard coded.
Unless I replace the {baseId} with 'bases/{baseId}' which means I need multiple client instances for different set of APIs.
Or am I missing something?
The text was updated successfully, but these errors were encountered:
There seems no way I can make a webhook request? Even with Base.makeRequest I could only start from the basic url
https://api.airtable.com/v0/{baseId}...
which is hard coded.Unless I replace the {baseId} with 'bases/{baseId}' which means I need multiple client instances for different set of APIs.
Or am I missing something?
The text was updated successfully, but these errors were encountered: