• Are you a partner? Please find our certification tracks on our legacy Academy.

Exercise Review: Your First Automation Hub Project

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.

er-create-automation.png2. 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. 

config-trigger.png

trigger-types.png3. The Action step receives the JSON from the Entry in the event and can access the properties of the Entry.  

test-trigger.png

test-trigger2.png4. 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.

email-automate.png