Connectors Reference

Formstack Forms

Formstack is one of the easiest ways to build custom forms that let you collect data your way.

 

Status: Preview

Tier: Premium

Version: 1.0

 

Actions:

Name

Summary

DeleteWebhook (string hook_id)

Delete Webhook

GetAvailableForms ()

Get Available Forms

GetFormSchema (integer form_id, [internal]string file_transfer_type)

Returns Form Schema from Webhook API

 

Triggers:

Name

Summary

FormstackFormSubmitted (integer form_id, FormstackFormSubmittedParameterBody body)

Triggers when a form is submitted

 

Objects:

Name

Summary

FormstackFormSubmittedParameterBody

 

FormstackFormSubmittedResponse

 

GetAvailableFormsResponse

 

GetFormSchemaResponse

 

 

Actions:

DeleteWebhook

Summary: Delete Webhook

Description: Deletes a Formstack Webhook

 

Syntax:

FormstackForms.DeleteWebhook (string hook_id)

 

Parameters:

Name

Type

Summary

Required

Related Action

hook_id

string

 

ID of the Webhook to remove

True

 

Returns:

 

GetAvailableForms

Summary: Get Available Forms

Description: Returns all available forms

 

Syntax:

FormstackForms.GetAvailableForms ()

 

Returns:

          Type:GetAvailableFormsResponse

 

GetFormSchema

Summary: Returns Form Schema from Webhook API

Description: Used for the x-ms-dynamic-schema

 

Syntax:

FormstackForms.GetFormSchema (integer form_id, [internal]string file_transfer_type)

 

Parameters:

Name

Type

Summary

Required

Related Action

form_id

integer

 

 

True

file_transfer_type

string

 

 

True

 

Returns:

          Type:GetFormSchemaResponse

 

Triggers:

Trigger FormstackFormSubmitted

Summary: Triggers when a form is submitted

Description: Triggers when a form is submitted

 

Syntax:

FormstackForms.FormstackFormSubmitted (integer form_id, FormstackFormSubmittedParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

form_id

integer

(Form)

Your Formstack Form

True

GetAvailableForms

body

FormstackFormSubmittedParameterBody

 

 

True

 

Returns:

          Type:FormstackFormSubmittedResponse

 


 

FormstackFormSubmittedParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

url

string

 

url

content_type

string

 

content type

file_transfer_type

string

 

file transfer type

standardize_field_values

boolean

 

standardize field values


 

FormstackFormSubmittedResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

 


 

GetAvailableFormsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

forms

array of (FormsItem)

 

forms

total

integer(int32)

 

total

 

FormsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

id

name

string

 

name

 


 

GetFormSchemaResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary