mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-13 11:50:53 +02:00
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
# JSON data can also be passed as a path to a .json file
|
|
|
|
oint airtable CreatePosts \
|
|
--token "***" \
|
|
--base "appWnX6HcIZIsnSNK" \
|
|
--table "tblFmL0wk2oe3UejY" \
|
|
--data "{'Number':10,'String':'Hello'}" |