Skip to main content

Setup

How to get started with your own custom client integration:

  1. Read the documentation and build an integration endpoint to handle client integration webhooks.
  2. Login on admin and go to Client Integrations Setup
  3. Create a new integration and fill out the webhook configuration. You can use the preview to test your integration at this step.
  4. Restart the ImBox client and the plugin should now be showing on selected views during contact with customers.

Development with ngrok

During development your server needs to be reachable from the public internet. Use ngrok to tunnel your local server:

ngrok http 4321    # gives you a public https URL

Register the ngrok URL as the integration endpoint in ImBox Admin

caution

For production, host your server on a stable domain.