HTTP request to Airtable

(The Niqabi Coder Mum) #1

Hi,
Can anyone help me with using the Airtable API in FlowXO. When making a POST HTTP request to create/update a record, should I use the content type JSON or raw body? If someone has an example I would appreciate.

Thanks

(Karen Barker) #2

Hi,

As long as the API accepts JSON then either would be fine. :slight_smile:

If you use raw body you’ll need to specify the content type in your headers.

(The Niqabi Coder Mum) #3

Ok thanks it works now. :slight_smile: