<inputtype="text"class="form-control form-control-custom "id="webhookUrl"name="webhookUrl"[ngClass]="{'form-error':form.get('webhookUrl').hasError('required')}"formControlName="webhookUrl"pTooltip="Enter the URL of your webhook server.">
<small*ngIf="form.get('webhookUrl').hasError('required')"class="error-text">The Webhook URL is required</small>
<inputtype="text"class="form-control form-control-custom "id="applicationToken"name="applicationToken"[ngClass]="{'form-error':form.get('applicationToken').hasError('required')}"formControlName="applicationToken"pTooltip="Enter your Application token from Webhook.">
<small*ngIf="form.get('applicationToken').hasError('required')"class="error-text">The Application Token is required</small>