Airtable
Authentication
Basic Usage
{% action "airtable" %}
{
"account": "AIRTABLE_ACCOUNT_NAME",
"method": "POST",
"url_path": "/v0/meta/bases/AIRTABLE_BASE_ID/AIRTABLE_TABLE_ID",
"headers": {
"Content-Type": "application/json"
},
"body": {
"records": [
{
"fields": {
"TODO": "Review Mechanic",
"Complete": false
}
}
]
}
}
{% endaction %}Last updated
Was this helpful?