Dear Support Team,
I try to test webhook using Zapier using POST method
URL:https://www.yar.com/4892/webservices/ItfILSGuestCard.asmx
Whole XML text is below...(for security reason i have manipulated parameters value.)
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetYardiGuestActivity_EventType_DateRange xmlns="http://tempuri.org/YSI.Interfaces.WebServices/ItfILSGuestCard">
<UserName>redirect</UserName>
<Password>man199!</Password>
<ServerName>r_live</ServerName>
<Database>r_live</Database>
<Platform>SqlServer</Platform>
<InterfaceEntity>ils</InterfaceEntity>
<InterfaceLicense>MIIBEAYJKwYBBAGCN1gDoIIBATCB</InterfaceLicense>
<YardiPropertyId>a601</YardiPropertyId>
<FromDate>2024-05-01</FromDate>
<ToDate>2024-05-10</ToDate>
<EventTypes>Cancel</EventTypes>
</GetYardiGuestActivity_EventType_DateRange>
</soap12:Body>
</soap12:Envelope>
How should i use this in Zapier.Just to let you know that when i use above details through POSTMAN,it is working. My question is how should i put above parameter in below path in Zapier so that it would work:
“Post in Webhook by Zapier”→ Action Tab...