dukec
Member
Hi @twisted1919
We have bug when validating new SparkPost server.
The SparkPost limited the name length with 24 character, so if your number of server is too large, the Webhook name length might not match the SparkPost requirement.
Found the issue in apps/common/model/DeliveryServerSparkpostWebApi.php
Line: 337
'name' => 'MWZWEBHOOKHANDLER - #' . $this->server_id,
Please fix in new version.
Thanks
We have bug when validating new SparkPost server.
The SparkPost limited the name length with 24 character, so if your number of server is too large, the Webhook name length might not match the SparkPost requirement.
Found the issue in apps/common/model/DeliveryServerSparkpostWebApi.php
Line: 337
'name' => 'MWZWEBHOOKHANDLER - #' . $this->server_id,
Please fix in new version.
Thanks