Webflow Trigger
Trigger workflow when a new item is created in a Webflow CMS collection (requires Webflow credentials)
Trigger workflow when a new item is created in a Webflow CMS collection (requires Webflow credentials)
This is a webhook-based trigger. Configure the webhook URL in your external service to send events to TradingGoose.
Events
Collection Item Created
Trigger workflow when a new item is created in a Webflow CMS collection (requires Webflow credentials)
Trigger Type*
Select...
Credentials*
Connect account...
This trigger requires webflow credentials to access your account.
Site*
Select a site
The Webflow site to monitor
Collection
Select a collection (optional)
Optionally filter to monitor only a specific collection
Output Schema
Event Payload
siteIdstringThe site ID where the event occurredcollectionIdstringThe collection ID where the item was createdpayloadobjectidstringThe ID of the created itemcmsLocaleIdstringCMS locale IDlastPublishedstringLast published timestamplastUpdatedstringLast updated timestampcreatedOnstringTimestamp when the item was createdisArchivedbooleanWhether the item is archivedisDraftbooleanWhether the item is a draftfieldDataobjectThe field data of the itemForm Submission
Trigger workflow when a form is submitted on a Webflow site (requires Webflow credentials)
Credentials*
Connect account...
This trigger requires webflow credentials to access your account.
Site*
Select a site
The Webflow site to monitor
Form ID
form-123abc (optional)
The ID of the specific form to monitor (optional - leave empty for all forms)
Output Schema
Event Payload
siteIdstringThe site ID where the form was submittedformIdstringThe form IDnamestringThe name of the formidstringThe unique ID of the form submissionsubmittedAtstringTimestamp when the form was submitteddataobjectThe form submission field data (keys are field names)schemaobjectForm schema informationformElementIdstringThe form element IDCollection Item Changed
Trigger workflow when an item is updated in a Webflow CMS collection (requires Webflow credentials)
Credentials*
Connect account...
This trigger requires webflow credentials to access your account.
Site*
Select a site
The Webflow site to monitor
Collection
Select a collection (optional)
Optionally filter to monitor only a specific collection
Output Schema
Event Payload
siteIdstringThe site ID where the event occurredcollectionIdstringThe collection ID where the item was changedpayloadobjectidstringThe ID of the changed itemcmsLocaleIdstringCMS locale IDlastPublishedstringLast published timestamplastUpdatedstringLast updated timestampcreatedOnstringTimestamp when the item was createdisArchivedbooleanWhether the item is archivedisDraftbooleanWhether the item is a draftfieldDataobjectThe updated field data of the itemCollection Item Deleted
Trigger workflow when an item is deleted from a Webflow CMS collection (requires Webflow credentials)
Credentials*
Connect account...
This trigger requires webflow credentials to access your account.
Site*
Select a site
The Webflow site to monitor
Collection
Select a collection (optional)
Optionally filter to monitor only a specific collection
Output Schema
Event Payload
siteIdstringThe site ID where the event occurredcollectionIdstringThe collection ID where the item was deletedpayloadobjectidstringThe ID of the deleted itemdeletedOnstringTimestamp when the item was deleted