{
    "authentication": "headers",
    "api": {
        "apiUrl": "<Your Airtable URL>",
        "method": "get",
        "verify_ssl_peer": "1",
        "send_as_json": "0"
    },
    "headers": {
        "Authorization": "Bearer <Your Airtable API key>"
    },
    "OAuth": [],
    "publicKeyInfrastructure": [],
    "requestMapping": {
        "filterByFormula": "airtable_filter"
    },
    "responseMapping": {
        "Airtable Job Title": "records.0.fields.Job Title",
        "Airtable Company Name": "records.0.fields.Company Name",
        "Airtable Company Revenue": "records.0.fields.Company Revenue"
    }
}