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 occurred
collectionIdstringThe collection ID where the item was created
payloadobject
idstringThe ID of the created item
cmsLocaleIdstringCMS locale ID
lastPublishedstringLast published timestamp
lastUpdatedstringLast updated timestamp
createdOnstringTimestamp when the item was created
isArchivedbooleanWhether the item is archived
isDraftbooleanWhether the item is a draft
fieldDataobjectThe field data of the item

Form 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 submitted
formIdstringThe form ID
namestringThe name of the form
idstringThe unique ID of the form submission
submittedAtstringTimestamp when the form was submitted
dataobjectThe form submission field data (keys are field names)
schemaobjectForm schema information
formElementIdstringThe form element ID

Collection 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 occurred
collectionIdstringThe collection ID where the item was changed
payloadobject
idstringThe ID of the changed item
cmsLocaleIdstringCMS locale ID
lastPublishedstringLast published timestamp
lastUpdatedstringLast updated timestamp
createdOnstringTimestamp when the item was created
isArchivedbooleanWhether the item is archived
isDraftbooleanWhether the item is a draft
fieldDataobjectThe updated field data of the item

Collection 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 occurred
collectionIdstringThe collection ID where the item was deleted
payloadobject
idstringThe ID of the deleted item
deletedOnstringTimestamp when the item was deleted