Connectors Reference

JotForm

JotForm is an online form service used to generate leads, distribute surveys, collect payments and more.

 

Status: Production

Tier: Premium

Version: 1.0.0

 

Actions:

Name

Summary

ListForms ()

List forms

ListFields (string formID)

List fields

deleteWebhook (string id)

 

 

Triggers:

Name

Summary

TriggerNewResponse (WebhookRequestBody Request body of webhook)

When a response is submitted

 

Objects:

Name

Summary

deleteWebhookResponse

 

FormListResponse

 

ListFieldsResponse

 

WebhookCreationResponse

 

WebhookRequestBody

 

 

Actions:

ListForms

Summary: List forms

Description: This operation returns a list of forms associated with your account.

 

Syntax:

JotForm.ListForms ()

 

Returns:

          Type:array of (FormListResponse)

 

ListFields

Summary: List fields

Description: This operation returns a list of fields associated with a specific form.

 

Syntax:

JotForm.ListFields (string formID)

 

Parameters:

Name

Type

Summary

Required

Related Action

formID

string

(Form Id)

Unique id of the form.

True

 

Returns:

          Type:ListFieldsResponse

 

deleteWebhook

Summary:

Description: Delete webhook

 

Syntax:

JotForm.deleteWebhook (string id)

 

Parameters:

Name

Type

Summary

Required

Related Action

id

string

 

Webhook ID

True

 

Returns:

          Type:deleteWebhookResponse

 

Triggers:

Trigger TriggerNewResponse

Summary: When a response is submitted

Description: This operation triggers when a new response is submitted for a given form.

 

Syntax:

JotForm.TriggerNewResponse (WebhookRequestBody Request body of webhook)

 

Parameters:

Name

Type

Summary

Required

Related Action

Request body of webhook

WebhookRequestBody

 

 

True

 

Returns:

          Type:WebhookCreationResponse

 


 

deleteWebhookResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

FormListResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

Form Id

Unique id of the form.

name

string

Name

Title of the form.


 

ListFieldsResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

WebhookCreationResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

message

string

 

 


 

WebhookRequestBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

url

string

 

Callback URL

Form_ID

string

Form Id

Pick a form.

format

array of (string)

Output Format

Pick a format.