Submit a new entry (result) to a Formdesk form. This action creates a new form submission with the provided field values. Before using this action: 1. Use FORMDESK_GET_FORM_LIST to find the form ID 2. Use FORMDESK_GET_FORM_FIELDS to understand which fields the form expects 3. Pr…
fieldsRequiredobjectDictionary mapping field names to their values. Field names must match the form's field definitions (use FORMDESK_GET_FORM_FIELDS to retrieve field names for a form). Values should match the expected field types. At least one field is required.
formIdRequiredstringThe unique identifier of the Formdesk form to submit an entry to. Use FORMDESK_GET_FORM_LIST to retrieve available forms and their IDs.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.