Connectors Reference

FlowForma

FlowForma Business Process Management (BPM) tools for Office 365, enable users to build forms & workflow, automating processes without code.

 

Status: Preview

Tier: Premium

Version: 1.0.0

 

Actions:

Name

Summary

CreateForm (string connectionUrl, string flows, ContactInfo question)

Create a FlowForma form

GetContactInfoSchema (string flows)

Get Contact Info Schema

GetFlows (string connectionUrl)

Get Flows

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

ContactInfo

 

Flow

 

FlowCreatedResponse

 

GetContactInfoSchemaResponse

 

 

Actions:

CreateForm

Summary: Create a FlowForma form

Description: Creates a FlowForma form.

 

Syntax:

FlowForma.CreateForm (string connectionUrl, string flows, ContactInfo question)

 

Parameters:

Name

Type

Summary

Required

Related Action

connectionUrl

string

(FlowForma Url)

Provide a url to FlowForma app that you want to use.

True

flows

string

(Flows)

Select a flow to be used for the form creation.

True

GetFlows

question

ContactInfo

 

 

True

 

Returns:

          Type:FlowCreatedResponse

 

GetContactInfoSchema

Summary: Get Contact Info Schema

Description: Gets the contact info schema.

 

Syntax:

FlowForma.GetContactInfoSchema (string flows)

 

Parameters:

Name

Type

Summary

Required

Related Action

flows

string

 

 

True

 

Returns:

          Type:GetContactInfoSchemaResponse

 

GetFlows

Summary: Get Flows

Description: Gets the flows.

 

Syntax:

FlowForma.GetFlows (string connectionUrl)

 

Parameters:

Name

Type

Summary

Required

Related Action

connectionUrl

string

 

 

True

 

Returns:

          Type:Flow

 


 

ContactInfo

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

Flow

Summary:

Description:

 

          Properties:

Name

Type

Summary

Flows

array of (FlowsItem)

Flows

Array of available flows.

 

FlowsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

Flow

Flow

Flow

 

Title

string

Title

 

 

Flow

Summary: Flow

Description:

 

          Properties:

Name

Type

Summary

Id

integer(int32)

Id

Id to identify the flow to use when creating process instance.

Title

string

Title

Flow title.

 


 

FlowCreatedResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

Question

string

Flow

Flow ID or Name.

Message

string

Result Message

Message that explains what was stored.


 

GetContactInfoSchemaResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary