Connectors Reference

JotForm Enterprise

Create powerful forms and surveys and embed them in your website with JotForm. Build custom workflows and connect additional apps to your Enterprise account.

 

Status: Preview

Tier: Premium

Version: 1.0.0

 

Actions:

Name

Summary

GetFormList ()

Get Form List

GetFormFields (string formID)

Get Form Fields

DeleteWebhook (string formID, string webhookID)

Delete webhook

TestAPIConnection ()

Test Connection

 

Triggers:

Name

Summary

WebhookTrigger (string formID, WebhookTriggerParameterBody body)

When a response is submitted

 

Objects:

Name

Summary

FormFieldResponse

 

FormListResponse

 

WebhookDeleteResponse

 

WebhookResponse

 

WebhookTriggerParameterBody

 

 

Actions:

GetFormList

Summary: Get Form List

Description: Get Form List

 

Syntax:

JotFormEnterprise.GetFormList ()

 

Returns:

          Type:FormListResponse

 

GetFormFields

Summary: Get Form Fields

Description: Get Form Fields

 

Syntax:

JotFormEnterprise.GetFormFields (string formID)

 

Parameters:

Name

Type

Summary

Required

Related Action

formID

string

(formID)

Form ID for DynamicSchema

True

 

Returns:

          Type:FormFieldResponse

 

DeleteWebhook

Summary: Delete webhook

Description: Delete webhook

 

Syntax:

JotFormEnterprise.DeleteWebhook (string formID, string webhookID)

 

Parameters:

Name

Type

Summary

Required

Related Action

formID

string

 

Form ID

True

webhookID

string

 

Webhook ID

True

 

Returns:

          Type:WebhookDeleteResponse

 

TestAPIConnection

Summary: Test Connection

Description: Test Connection

 

Syntax:

JotFormEnterprise.TestAPIConnection ()

 

Returns:

 

Triggers:

Trigger WebhookTrigger

Summary: When a response is submitted

Description: This operation triggers a flow each time your form get a new submission

 

Syntax:

JotFormEnterprise.WebhookTrigger (string formID, WebhookTriggerParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

formID

string

(Select form)

Select a form

True

GetFormList

body

WebhookTriggerParameterBody

 

 

True

 

Returns:

          Type:WebhookResponse

 


 

FormFieldResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

content

Content

 

content

duration

string

 

duration

message

string

 

message

responseCode

integer(int32)

 

responseCode

 

Content

Summary:

Description: content

 

          Properties:

Name

Type

Summary

 


 

FormListResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

content

array of (ContentItem)

 

content

duration

string

 

duration

message

string

 

message

responseCode

integer(int32)

 

responseCode

 

ContentItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

id

name

string

 

name

 


 

WebhookDeleteResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

content

string

 

content

duration

string

 

duration

message

string

 

message

responseCode

integer(int32)

 

responseCode


 

WebhookResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

content

Content

 

content

duration

string

 

duration

message

string

 

message

responseCode

integer(int32)

 

responseCode

 

Content

Summary:

Description: content

 

          Properties:

Name

Type

Summary

message

string

 

Operation message

webhookDeleteUrl

string

 

webhook delete url

 


 

WebhookTriggerParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

callbackURL

string

 

Callback URL