If you want to synchronize your backend with Customerly you can by using our API. First of all, you will need an App Token to use Customerly API. Once you have a personal App Token you can start communicating with our API. Create a User via Customerly APIs <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ‘https://api.customerly.io/v1/users’); […]