Configuring Partial Submit Points via API – Is It Supported? | Community
Skip to main content

Hello Typeform Community,

I’m trying to automate adding Partial Submit Points using the Typeform API, but I can’t find any reference to the necessary fields or endpoints in the published docs.

According to the “Collect partial responses” article, it should be possible to configure a Partial Submit Point in a form via the API and access partial responses via the API. However, when I inspect the Create Form and Update Form endpoints in the Developer Portal, there’s no mention of a partial_submit_point property or any equivalent parameter Typeform.

Here’s what I’ve tried so far:

  1. Create a new form via POST https://api.typeform.com/forms with a body similar to the one for adding a Partial Submit Point in the web builder, but nothing happens.

  2. Update an existing form via PATCH https://api.typeform.com/forms/{form_id}, attempting to include a Partial Submit Point object, but the request is  returns a validation error.

  3. Inspect the API schema for “fields,” “logic,” and other sections—nowhere is the Partial Submit Point documented.

Has anyone successfully added or moved a Partial Submit Point programmatically via the API?

  • Which endpoint and payload did you use?

  • Is there an undocumented field I’m missing?

  • Or is this feature not yet fully available via the API?

Any guidance, example payloads, or workarounds would be greatly appreciated. Thank you in advance! 🙏

@picsoung do you happen to know if this is possible? I don’t believe so, but I could be wrong!


Reply


OSZAR »