Skip to main content

Using the API to update fields

  • March 26, 2020
  • 1 reply
  • 16 views

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

Forum|alt.badge.img+19
  • Inspiring
  • 351 replies
  • March 26, 2020

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.