Connectors Reference

Metatask

Metatask is a simple tool to organize and control internal processes that lets normal users quickly build and execute business workflows.

 

Status: Preview

Tier: Premium

Version: 1.0.0

 

Actions:

Name

Summary

ListTemplatesForTriggers ()

Gets all the Templates for Triggers

ListDataModelForTemplate (string templateId-param)

Gets form data fields for selected template

DeleteSubscription (string hook_id)

Deletes webhook

 

Triggers:

Name

Summary

CreateSubscriptionProcessCompleted (WebhookCreateBody webhook_request_body)

When a process is completed

 

Objects:

Name

Summary

ListTemplatesForTriggersResponseItem

 

ProcessCompletedSchema

 

WebhookCreateBody

 

 

Actions:

ListTemplatesForTriggers

Summary: Gets all the Templates for Triggers

Description: List of Templates for Triggers.

 

Syntax:

Metatask.ListTemplatesForTriggers ()

 

Returns:

          Type:array of (ListTemplatesForTriggersResponseItem)

 

ListDataModelForTemplate

Summary: Gets form data fields for selected template

Description: Gets form data fields for selected template.

 

Syntax:

Metatask.ListDataModelForTemplate (string templateId-param)

 

Parameters:

Name

Type

Summary

Required

Related Action

templateId-param

string

(Template)

 

True

 

Returns:

          Type:ProcessCompletedSchema

 

DeleteSubscription

Summary: Deletes webhook

Description: Deletes webhook.

 

Syntax:

Metatask.DeleteSubscription (string hook_id)

 

Parameters:

Name

Type

Summary

Required

Related Action

hook_id

string

 

ID of the webhook which should be deleted.

True

 

Returns:

 

Triggers:

Trigger CreateSubscriptionProcessCompleted

Summary: When a process is completed

Description: Creates Process Completed webhook.

 

Syntax:

Metatask.CreateSubscriptionProcessCompleted (WebhookCreateBody webhook_request_body)

 

Parameters:

Name

Type

Summary

Required

Related Action

webhook_request_body

WebhookCreateBody

 

 

True

 

Returns:

 


 

ListTemplatesForTriggersResponseItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

Template Id

The id of the template.

name

string

Template Name

The name of the template.


 

ProcessCompletedSchema

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

WebhookCreateBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

event

string

 

 

target_url

string

 

 

conditions

Conditions

 

 

 

Conditions

Summary:

Description:

 

          Properties:

Name

Type

Summary

templateId

string

Template

The template this process is based on.