Get HTTP POST response

Hi, in my app I'm sending a HTTP Post to a external data base. I need to know if the data was inserted, so I would like to get the http response.

For example when I do a POST with Postman and the data is inserted correctly in the data base, I receive a response like this:

{
    "id""00000300",
    "message""created",
    "status"200
}
 
Is it possible to get this responses in appsheet?
 
Thanks, Joaquin.
0 3 289
3 REPLIES 3

The response of Webhook task can be viewed in the Automation Monitoring Tab.
We are assuming you may  want to use the return values further in the flow, if that's the case  Use return values from Apps Script tasks 

Hi krupan, can I get a response from a "Call a webhook" task?

No, just the options already mentioned

Top Labels in this Space