Hello, we have three different sendout Templates: Email, SMS and a
Template that uses an API to export customers to a internal page. In the
Delivery schema we have a default on MaxRetry = 5. This works fine with
the Email and SMS, but when we do the third one we don't want any
retries at all as it causes issues. for each (var record in
records.getElements()) { if(record.$deliveryChannel == 143){
/*logInfo("broadLogID",record.$id);
logInfo("broadLogStatus",record.$status);
logInfo("deliveryId",re...