Help

Using the API to update fields

Topic Labels: API
965 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Eli_Mizrahi
4 - Data Explorer
4 - Data Explorer

Hi,
I am using Airtable API in my trading software (metatrader 4) to read values and settings.
I also need to update fields but metatrader 4 language (mql4) does not support PUT or PATCH request method which is needed to update, only GET and POST methods are supported.

What can i do?

1 Reply 1
openside
10 - Mercury
10 - Mercury

you’ll likely need to implement your own proxy server that can accept a GET or POST, then call the appropriate PUT/PATCH from your proxy. Or you could use a platform like Zapier/Integromat that can accept the webhook POST, then use their connectors (or ours :slightly_smiling_face: ) to connect to Airtable API.