Update Customer Field
Updates a customer field in Landbot.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
numberrequired
Customer ID that owns the field.
stringrequired
Field name to update on the customer.
string
Optional field type. Allowed values: string, integer, float, boolean, date, datetime.
Uncommon arguments
object
Optional extra field metadata object.
stringrequired
Field value. Landbot accepts a value matching the selected type; this field is required.