---
title: "Automate FAQs"
description: "Learn more about Contentstack Automate, including workflows, triggers, actions, connectors, and automating tasks across your stack."
url: "https://www.contentstack.com/docs/automate/faqs"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-03-16"
---

# Automate FAQs

### What are Automations?

Automations help you to perform repetitive tasks without human intervention. You can set up an automation using various third party applications. For example, you can notify your team via an email whenever an entry is created in your stack.

### How do you set up an automation?

To set up an automation, you need to configure your trigger and action connectors. To learn more, refer to the [Create Automation](/docs/developers/automation-hub-guides/get-started-with-automation-hub#create-automation) step in the [Get Started with Automations](/docs/developers/automation-hub-guides/get-started-with-automation-hub) document.

### What are connectors?

Connectors are a combination of Triggers and Actions events. When a trigger event is executed, the action connector performs the defined steps. Refer to [Automate Connectors](/docs/developers/automation-hub-connectors) to get started.

### What is the difference between trigger and action connectors?

Trigger connectors are conditions that help set off an automation whenever the selected event is executed. Action connectors is the action performed when a trigger event is executed. For example, an automation is set up to send a slack message (action event) whenever an entry is created (trigger event) in Contentstack.

### Can we add multiple triggers and actions in a single automation?

You can configure only one trigger event in a particular automation. You can configure multiple actions for a single automation. For example, you can set up an automation to perform end to end translation when an entry is created/updated in Contentstack. For this, you need to configure different action connectors to carry out the translation process. To learn more, refer to our [End to End Translation using Smartling](/docs/developers/automation-hub-guides/translate-data-using-smartling) example.

### Where can I view logs for my automations?

You can view the logs for your automation in the **Execution Log** section. This is useful for checking the status of your automations. To learn more, refer to our documentation on [Execution Log](/docs/developers/automation-hub-guides/view-execution-log-of-automations).

You can also monitor the acitvities performed in a particular project via the [Audit Log](/docs/developers/automation-hub-guides/monitor-automation-hub-activities-in-audit-log).

### Where can I view all apps connected within a project?

You can view all the connected apps for your project in the **Connected Apps** section. You can check the authentication status of an app or re-authorize an app. To learn more, refer to our documentation on [Connected Apps](/docs/developers/automation-hub-guides/view-list-of-connected-apps-in-automations).

### How do I edit an existing Automation?

Once you create an Automation, the list of existing automations appears in the Automations listing page. In the **Actions** column, click the three ellipses icon, and then click the **Edit** icon that you see for editing the automation. Refer to our documentation on [Edit Automation Details](/docs/developers/automation-hub-guides/edit-automation-details).

### How do I delete an existing Automation?

On the Automations listing page, click the three ellipses icon, and then click the **Delete** icon that you see for deleting the automation. Refer to our documentation on [Delete Automation](/docs/developers/automation-hub-guides/delete-automation).

### How do I customize the name of the configured step?

In the automation, click the edit icon visible on the action header to rename the step. Add a suitable name for the step and save it. Refer to our documentation on [Rename Step](/docs/developers/automation-hub-guides/rename-step).

### How do I re-authorize a connected app?

To re-authorize a connected app, follow the steps given below:

1.  In the **Connected Apps** section, select the app that you want to re-authorize.
2.  Click over the connection and click the **Reauthorize** icon.
3.  Change necessary permissions and click the **Authorize** button.