Sending Webhook Post to Zapier

Rod
Bronze 3
Bronze 3

Checking to see if anyone else has experienced this with sending a webhook to Zapier. 

I've setup the webhook using the one that Zapier provided, the url is the webhook from Zapier, http verb is Post, Content is JSON, nothing in the Body, Nothing in HTTP Headers and the Body template is auto generated here it is. When I go to post Zapier doesn't see it, and their support as confirmed that they are not seeing it.  I'm wondering if this is setup incorrectly? I've done this before and it's worked fine. I've sent a ticket into support and zero response. If any of you have done this successfully I would love your input. Thanks!

JSON Body:

{
"EstimateID": "<<[EstimateID]>>",
"CustomerID": "<<[CustomerID]>>",
"Date": "<<[Date]>>",
"Estimate Name": "<<[Estimate Name]>>",
"Customer": "<<[Customer]>>",
"Job Address": "<<[Job Address]>>",
"Customer Request": "<<[Customer Request]>>",
"Job Description": "<<[Job Description]>>",
"Image1": "<<[Image1]>>",
"Image2": "<<[Image2]>>",
"Image3": "<<[Image3]>>",
"Image4": "<<[Image4]>>",
"Image5": "<<[Image5]>>",
"Image6": "<<[Image6]>>",
"Image7": "<<[Image7]>>",
"Image8": "<<[Image8]>>",
"Image9": "<<[Image9]>>",
"Image10": "<<[Image10]>>",
"Estimate Status": "<<[Estimate Status]>>",
"Review Estimate": "<<[Review Estimate]>>",
"Review Email": "<<[Review Email]>>",
"Send": "<<[Send]>>",
"Customer Email": "<<[Customer Email]>>",
"Notes": "<<[Notes]>>",
"Esig": "<<[Esig]>>",
"Estimate Amount": "<<[Estimate Amount]>>",
"EstimateItems": [
<<Start: [Related EstimateItems]>>
{
"ItemID": "<<[ItemID]>>",
"EstID": "<<[EstID]>>",
"Type": "<<[Type]>>",
"Items": "<<[Items]>>",
"Quantity": "<<[Quantity]>>",
"Unit Price": "<<[Unit Price]>>",
"Amount": "<<[Amount]>>"
},
<<End>>
]
"Job Overview": [
<<Start: [Related Job Overviews]>>
{
"HEADER": "<<[HEADER]>>",
"ID": "<<[ID]>>",
"Job Name": "<<[Job Name]>>",
"Estimate": "<<[Estimate]>>",
"Billable Hours": "<<[Billable Hours]>>",
"Billable Rate": "<<[Billable Rate]>>",
"Hours Total": "<<[Hours Total]>>",
"Receipts": "<<[Receipts]>>",
"Markup": "<<[Markup]>>",
"Receipts Markup Total": "<<[Receipts Markup Total]>>",
"Difference": "<<[Difference]>>"
},
<<End>>
]
}

0 3 130
3 REPLIES 3


@Rod wrote:

I've sent a ticket into support and zero response.


What plan do you have? Prototype? Forget about any response... Starter? Same... Core? Wait for a week

Check the monitor app for any data about the error

Rod
Bronze 3
Bronze 3

I have a business plan and I've been a member for a number of years, before Google. Got a couple responses from support but no answers or follow up. I have to say, since they became part of Google things have changed quite a bit, and it's not necessarily good. 

Try removing the comma after the objet inside each array. AppSheet adds commas automatically on JSON using Start expressions

Top Labels in this Space