Exercise Review: Your First Automation Hub Project
3m
Intermediate
Released: May 29, 2025
Add bookmark
Overview
Exercise Review: Your First Automation Hub Project
1. The Automation Hub Project contains one or more automations. The configuration settings and authorizations are shared within an Automation Hub project.
2. The Contentstack Trigger Connector allows us to listen and react to events occurring within the Contentstack UI. For example, the publish entry or save entry events. 3. The Action step receives the JSON from the Entry in the event and can access the properties of the Entry. 4. Access the content fields of the Entry using the 'body.data.entry' property in the Body of the email. Other connectors allow similar access to the Entry content in the Action step.