Task Template Connectors

Task Template Connectors

Task connectors effectively allow you to add connectors to generate emails, text messages, or REST calls based on events occurring on a Task if the assigned user changes, the status updates, or the Task becomes overdue.

You define these connectors on Task Templates, thus allowing different types of jobs to have different configurations.


Adding Task Connectors

Go to the Tasks main menu item, then jump to the “templates” page via the navigation bar. You should see a list of your existing Task Templates displayed.

If you don’t have any Templates, add a new template by clicking on the ADD NEW button. This starts the task template wizard. You can read more on the steps to create a Task Template here.

You will encounter a Connectors step in the wizard when creating a new Template. If you edit an existing Template, you should see an additional navigation link named “connectors” off the Template details page.

Once on the Connectors page, click the ADD CONNECTOR button. You can then select from Email, Google BigQueryRest, SQL Server, or Twilio connector options.


Example

We’ll use an Email Connector for the purpose of this article.

This looks much like our Form Email Connector, with a few differences.
Like our Form Email connector, you can add run conditions and customize the email as desired.

If you want to access Task-specific information in your connector, use one of our built-in Task metadata placeholders.

You can access these placeholders via the Formula Builder (which can be opened wherever you see a “hammer” icon).

To access a preset value for a particular task activity for use in any task connector, you can use the activity index syntax: {{activity_index_number.Dataname}}

Where activity_index_number refers to the index number of the activity eg. the first activity in the task assignment will be 1; the second will be 2, etc…

A real-world example could look like this:
{{1.client_ID}} (this will reference the preset value for the first activity [1] for the dataname client_ID)


Run Connector On

Select what will trigger your connector to run: Overdue, Owner Change, or Status Updated.

Task is Overdue

Selecting Task is Overdue from the dropdown will allow you to choose how many days overdue the task is before the connector is triggered.

For example, if the task is two days overdue, you can trigger connectors to notify whoever needs to take action.

Task Owner Changed

Selecting Task Owner Changed from the dropdown will allow you to trigger the connector when the owner changes.

This allows you to trigger connectors to notify whoever needs to be aware and the user assigned to the task if the “To user assigned to the task” is ticked.

Task Status Changed

Selecting Task Status Changed from the dropdown will allow you to trigger the connector based on the status change.

For example, an email can be sent to notify someone once a task’s status has been changed to Completed to let them know that the job is now done.

    • Related Articles

    • Task Templates

      Task Templates let you pre-set various properties of a regular task within your business process as a template that can be used when creating a new task, making the process quicker for dispatchers. Without a template, you need to set every aspect of ...
    • Task Connector – Google BigQuery

      Our platform lets you quickly and easily connect your data sources to a Google BigQuery table, enabling streamlined data synchronization. One-Way Synchronization This connector supports one-way synchronization, meaning any updates in the BigQuery ...
    • Task Connector – REST

      REST Task connectors allow you to send data to third-party applications that support REST API on a Task’s event if the assigned user changes, the status updates, or the Task becomes overdue. You define these REST connectors on Task Templates. Adding ...
    • SQL Form Connectors – Custom SQL

      There are two ways to control the flow of data to your SQL tables using one of our SQL form connectors (SQL Server, MySQL, or PostgreSQL): “Auto Maintain” and “Custom SQL“. In this article, we’ll look at “Custom SQL” and how you can use it in your ...
    • Preserve Template Formatting with Comments

      Often, when building a template, your formula or placeholder syntax is too long to fit in the designated area of the template. The result is ugly word wrapping,g and it becomes harder to see how the template layout looks because of the distortion of ...