Setup
How to get started with your own custom client integration:
- Read the documentation and build an integration endpoint to handle client integration webhooks.
- Login on admin and go to Client Integrations Setup
- Create a new integration and fill out the webhook configuration. You can use the preview to test your integration at this step.
- 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.