Help Center

Data Management

Use this settings if you want to save chat conversations responses on your own server. 

We support sharing data via Webhooks. 

  1. Select the checkbox  send data on other server.
  2. Enter your Webhook URL 
  3. Method should always be POST.
  4. Key for IP address-Here you should mention the parameter name for IP address. This parameter will tell from which IP address the response is coming. For example: ip_address
  5. Key for page address- Here you should mention the parameter name for page address. This will return the URL from where the chat response is coming. For example: page_address
  6. Now, from here there are components of the selected chat interface. So, you should mention the parameters for each component.
  7. Save your changes
  8. Have a complete interaction with your chat interface.
  9. Check if you are getting the responses to your Webhook API endpoint

Related Contents