TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
Zapier Webhook Using Call URL
I'm trying to use a call URL action to post a webhook to Zapier, I'd like to include two TeamDesk fields in the webhook URL. Note: I'm not a coder, so I don't fully understand JSON/XML syntax. Can anyone help me with the URL body, how would I write the formula?
ID
1328
Category
Integration/API
Author

Marcus Coya
Date Created
12/12/2019 12:23:31 PM
Date Updated
12/13/2019 5:36:19 PM
Comments
Admin Account 12/13/2019 5:36:19 PM
A very simple xml example would be

<data>
<CustomerID><%[QBO Id LU]%></CustomerID>
<BillTo><%[Bill To Info]%></BillTo>
</data>

You can put whatever value you wish for the tags ex. <CustomerID></CustomerID>

Feedback
Back to Search Results