Webhook Trouble

Hi , i am trying to execute the webhook. From the monitor app the webhook appears to have executed successfully. However , nothing happens in the table that i try to add a row to.
Below is the output of the monitor app :

2
Name
step1
Created TimeStamp
6/26/2021 1:07:59 PM
Output data
{
“WorkDay”: “01/19/2011”
}
Task Properties
{
“Task Type”: “Webhook”,
“Task Name”: “add_all_drivers”,
“Url”: “https://api.appsheet.com/api/v2/apps/8bc969fa-81df-4f59-8ee8-ca2dd9b1cc4c/tables/DailyTaskList/Actio...”,
“Verb”: “Post”,
“MimeType”: “application/json”,
“Headers”: “applicationAccessKey:V2-K1Oam-pVRTd-v3dFB-OjcKV-9u9zY-2cB5a-3UZJe-kf0FQ, _webhookActionDepth:0”,
“Payload”: “{“Action”: “Add”,“Rows”: [{“date”: “1/19/2011”,“driver_id”: “123,456,789”}]}”,
“AppTemplateName”: “8bc969fa-81df-4f59-8ee8-ca2dd9b1cc4c”,
“Operation”: “Change Bot”,
“Result”: “Success”
}

0 2 130
2 REPLIES 2

If you check the log analyzer can you see the results of the API call ? You should see the webhook there as well and a row for the Add that is called by the webhook.

If there any reason that you are using a webhook instead of a data action to add the row ?

I had a similar issue and the log analyzer helped me find the issue.

There was a “required” field for which I was not providing a value.

I made the field “not required” and the “400 Bad request” error disappeared and my “Add API” worked.

Thank you so much for the insights.

Top Labels in this Space