- 09 Jan 2025
- 1 Minuto para Ler
- Contribuintes
- Impressão
Hourly production status notification
- Atualizado em 09 Jan 2025
- 1 Minuto para Ler
- Contribuintes
- Impressão
Scenario
The purpose of this automation is to send a notification about all the in-progress work order statuses. In this status update, the selected person who is set to receive this notification will be informed about the target quantity of the work order and the quantity produced.
The automation uses the Work Order and the Status Activity History tables.
Flow of the automation
Configure automation
Pre-requisites
This automation utilizes a Tulip table connector function to pull records from the table that need modification. The connector is installed on the instance simultaneously with the automation. To ensure the connector functions properly, a few settings must be configured:
Set the authentication
- Create an API token on the instance that has the necessary permissions to read the Tulip tables. If an API token with the required access already exists, this step can be skipped.
If you are using multiple workspaces, create the API token under the workspace settings during the setup process for the workspace where you want to use the automation. Otherwise, you will need to define the workspace in the connector function.
- Enter the API token details in the connector for authentication.
If you want to know more about connectors, check out this link: How to Create a Connector.
Set your server address
Along with the authentication of the connector, the server address must also be configured. Under the connector environment settings, paste the instance URL into the server address field for the environment where you want to use the automation.
Modifying the automation
In the automation, you can modify almost everything to fit your process.
To adjust the automation for a different table
If you want to use the automation with a different table, you need to change the table ID in the List open orders function, which is located under the Connector for Tulip table manipulations connector. Simply update the table ID to the one corresponding to the table from which you wish to retrieve the list.
Once the connector function has been modified, you only need to update the table data in the automation. Under the block configuration, find the appropriate table under the table field.
Modifying notification
Currently, the automation sends an email to notify the event owner about the overdue event. You can modify the email's recipient, subject, and body based on your needs.