Webhook Creation

Webhook Creation

Hi

I create the webook for creator but its not working

Please check the below code what mistake i made

XMLString
----------------
<ZohoCreator>
    <applicationlist>
        <application name='mike'>
            <formlist>
                <form name='Attendance'>
                    <add>
                        <field name='First_Name'>
                            <value> ${EmployeeID.FirstName} </value>
                        </field>
                        <field name='Last_Name'>
                            value>$${EmployeeID.LastName}</value>
                        </field>

<field name='Email'>
                         <value>${EmployeeID.EmailID} </value></field>
<field name='Attendance_Day'>
                            <value>${AttendanceDay}</value>
                        </field>
<field name='From_Time'>
                            <value>${FromTime}</value>
                        </field>
<field name='To_Time'>
                            <value>${ToTime}</value>
                        </field>
<field name='Attendance_Status'>
                            <value>${AttendanceStatus}</value>
                        </field>
                    </add>
                </form>
            </formlist>
        </application>
    </applicationlist>
</ZohoCreator>

URL
------



Thanks
Satya NHM