The automation feature in Port allows users for event driven actions. At the moment, this feature allows users to take only one action at a time such as updating an entity, calling an external API, invoking an action. It would be possible if users can define a series of steps in the invocationMethod such that once an automation is triggered, it will follow the steps and complete the entire workflow. At the moment, if my use case involves making two API calls to an external tool, updating the catalog, automations aren't able to help so I would resolve to using a GitHub action for this complex use-case