diff --git a/src/HubspotEmailChannel.php b/src/HubspotEmailChannel.php index 18c9c19..0f07134 100644 --- a/src/HubspotEmailChannel.php +++ b/src/HubspotEmailChannel.php @@ -105,7 +105,7 @@ protected function callApi(string $baseUrl, string $method, array $params = []): $params['hapikey'] = $apiKey; } - $http = Http::acceptJson(); + $http = Http::acceptJson()->retry(3, 11 * 1000); if (is_null($apiKey)) { if (is_null(config('hubspot.access_token'))) {