Skip to main content
POST
Submit a web form

Authorizations

x-token
string
header
required

Path Parameters

formId
string
required

Web Form ID.

Body

application/json
name
string

Card name. Takes precedence over title.

title
string

Card name when name is omitted.

contactFirstName
string

Contact first name used by automatic contact linking.

contactLastName
string

Contact last name used by automatic contact linking.

contactFullName
string

Contact full name used by automatic contact linking.

contactEmail
string<email>

Contact email used for lookup or creation.

contactPhone
string

Contact phone number used for lookup or creation.

{key}
any

Board field value keyed by the field UUID configured on the form's board.

Response

Submission accepted and its card created or updated.

data
object