Webhook trigger
Last updated
Was this helpful?
Last updated
Was this helpful?
Interval
Set the action execution interval
Set to at least 1 minute
Start datetime
Trigger action start date and time
End datetime
Trigger action end date and time
When disable Continue Running
Continue Running
Continuous execution when setting the schedule
Account
Select the Airtable App
Base
Select the Airtable Base
Table
Select the Table
View
Select the View
Last modified
Select the Last Modified Type Column
Must include "Created" and "Last Modified" columns
Data Type
Select the format to retrieve the data
Text: Returned in array format JSON: Returned in a single JSON Object format
Click the test button in the data flow to check the details of the trigger.
year
Integer
Trigger execution year.
mon
Integer
Trigger execution month.
day
Integer
Trigger execution day.
hour
Integer
Trigger execution hour.
min
Integer
Trigger execution minute.
sec
Integer
Trigger execution sec.
body
Object
When setting the data input format to JSON, access newly entered data using body.[Index].[Column Name]
.
The starting value for Index is 0.
Array
When setting the data input format to JSON, newly entered data will be returned as an array of objects.
The keys of each object will be the column names.