Webflow

Available Webflow triggers for automating workflows

Webflow provides 4 triggers for automating workflows based on events.

Triggers

Collection Item Changed

Trigger workflow when an item is updated in a Webflow CMS collection (requires Webflow credentials)

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesThis trigger requires webflow credentials to access your account.
triggerSiteIdstringYesThe Webflow site to monitor
triggerCollectionIdstringNoOptionally filter to monitor only a specific collection

Output

ParameterTypeDescription
siteIdstringThe site ID where the event occurred
collectionIdstringThe collection ID where the item was changed
payloadobjectpayload output from the tool
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 Created

Trigger workflow when a new item is created in a Webflow CMS collection (requires Webflow credentials)

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesThis trigger requires webflow credentials to access your account.
triggerSiteIdstringYesThe Webflow site to monitor
triggerCollectionIdstringNoOptionally filter to monitor only a specific collection

Output

ParameterTypeDescription
siteIdstringThe site ID where the event occurred
collectionIdstringThe collection ID where the item was created
payloadobjectpayload output from the tool
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

Collection Item Deleted

Trigger workflow when an item is deleted from a Webflow CMS collection (requires Webflow credentials)

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesThis trigger requires webflow credentials to access your account.
triggerSiteIdstringYesThe Webflow site to monitor
triggerCollectionIdstringNoOptionally filter to monitor only a specific collection

Output

ParameterTypeDescription
siteIdstringThe site ID where the event occurred
collectionIdstringThe collection ID where the item was deleted
payloadobjectpayload output from the tool
idstringThe ID of the deleted item
deletedOnstringTimestamp when the item was deleted

Form Submission

Trigger workflow when a form is submitted on a Webflow site (requires Webflow credentials)

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesThis trigger requires webflow credentials to access your account.
triggerSiteIdstringYesThe Webflow site to monitor
formNamestringNoThe name of the specific form to monitor (optional - leave empty for all forms)

Output

ParameterTypeDescription
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, values are submitted data)
schemaarrayForm schema describing each field
fieldNamestringName of the form field
fieldTypestringType of input (e.g., FormTextInput, FormEmail)
fieldElementIdstringUnique identifier for the form element (UUID)
formElementIdstringThe form element ID

On this page