LiveChat

LiveChat

Update a post-chat form

put

Updates an existing post-chat form configuration and its fields

Authorizations
Path parameters
workspacestring · uuidRequired

Workspace ID

idintegerRequired

Post-chat form ID

Body
enabledbooleanOptional

Enable/disable the form

Example: true
titlestringOptional

Form title

Example: Welcome to our support
descriptionstringOptional

Form description

Example: Please fill out this form to help us assist you better
submit_button_textstringOptional

Text for the submit button

Example: Start Chatting
require_fieldsbooleanOptional

Whether all fields are required

Example: true
delete_field_idsinteger[]Optional

IDs of fields to delete

Example: 3
Responses
200

Success

application/json
put
/api/workspaces/{workspace}/livechat/post-chat-forms/{id}

Update a pre-chat form

put

Updates an existing pre-chat form configuration and its fields

Authorizations
Path parameters
workspacestring · uuidRequired

Workspace ID

idintegerRequired

Pre-chat form ID

Body
enabledbooleanOptional

Enable/disable the form

Example: true
titlestringOptional

Form title

Example: Welcome to our support
descriptionstringOptional

Form description

Example: Please fill out this form to help us assist you better
submit_button_textstringOptional

Text for the submit button

Example: Start Chatting
require_fieldsbooleanOptional

Whether all fields are required

Example: true
delete_field_idsinteger[]Optional

IDs of fields to delete

Example: 3
Responses
200

Success

application/json
put
/api/workspaces/{workspace}/livechat/pre-chat-forms/{id}

Last updated