Update an existing visitor's attributes in a Formdesk form. A visitor represents a unique person or entity who can submit entries to a form. This action modifies visitor attributes such as name, email, or custom fields. Only the attributes you specify will be updated; other attr…
formIdRequiredstringThe unique numeric ID of the form that contains the visitor. Obtain this from Get Form List or Get Form Visitors actions.
visitorRequiredobjectDictionary of visitor attributes to update. Only include fields you want to change. Common attributes: 'firstName', 'lastName', 'email', 'name', plus any custom fields defined in your form. Field names must match the field identifiers in your Formdesk form configuration.
visitorIdRequiredstringThe unique numeric ID of the visitor to update. Obtain this from Get Form Visitors, Create Visitor, or Get Visitor Details actions.
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.