Skip to main content

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?

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 🙂 ) to connect to Airtable API.


Reply