Skip to main content

Submit form

POST 

/forms/:form_id/_submit

Submit form

Request

Path Parameters

    form_id stringrequired
    Example: 12345

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Body

required
    formFields objectrequired

    a mapping of field name to value for each field in the form

    property name* any

    a mapping of field name to value for each field in the form

Responses

Information about the lead created or updated by the form submission

Schema
    id string

    The id of the lead that was created/updated as a result of submitting the form

    status stringrequired
Loading...