Jotform

Learn how to use Jotform with Composio

Overview

Enum

JOTFORM

Description

Jotform is an online form builder that allows users to create and manage forms for various purposes, including data collection, surveys, and more.

Authentication Details

api_key
stringRequired
api_domain
stringDefaults to api.jotform.comRequired

Actions

Tool to retrieve details of a specific system plan. use when you need to check limits and pricing of a plan.

Action Parameters

planName
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of the authenticated user, including account and usage info. use after confirming valid api key.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of folders created by the authenticated user. use when you need to enumerate user folders after confirming valid api credentials.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of forms created by the authenticated user. use after setting up api key authentication.

Action Parameters

folder
string
limit
integer
offset
integer
orderby
string
search
string
sorting
string

Action Response

data
object
error
string
successful
boolean
Tool to fetch user activity history records. use when auditing or filtering user actions by type or date.

Action Parameters

action
string
date
string
endDate
string
sortBy
string
startDate
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the settings of the authenticated user. use after confirming a valid api key.

Action Parameters

Action Response

data
object
error
string
successful
boolean