Web Hooks error on launch of Suite/Collection

As of today I am getting webhook errors when I try to run suites but not when I run a .feature file. Can someone shed some light on how to fix this.

Katalon version 6.1.5 or better.
Windows 10
Running BDD .feature files.

2019-07-05 14:08:45.908 INFO c.k.katalon.core.main.TestSuiteExecutor - START Test Suites/Suites/B1
2019-07-05 14:08:45.939 INFO c.k.katalon.core.main.TestSuiteExecutor - hostName = tr007123 - CA05LF0071.ds.mda.ca
2019-07-05 14:08:45.941 INFO c.k.katalon.core.main.TestSuiteExecutor - os = Windows 10 64bit
2019-07-05 14:08:45.942 INFO c.k.katalon.core.main.TestSuiteExecutor - hostAddress = 10.0.75.1
2019-07-05 14:08:45.942 INFO c.k.katalon.core.main.TestSuiteExecutor - katalonVersion = 6.2.0.1
Test Suites/Suites/B1
java.lang.IllegalStateException: The Microsoft Teams Incoming Webhook is missing.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:105)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247)
at com.kms.katalon.keyword.microsoftteams.MicrosoftTeamsUtils.(MicrosoftTeamsUtils.groovy:27)