HTTP Headers Problem

Hi, we are trying to use a webhook to send information to Fichapp (attendance record system).

Our problem is the HTTP Header, we don’t know how write this.

This is the error:
3X_c_3_c389eb0a8df316152d9f3735f2cd21da3c59b47a.png

0 1 112
1 REPLY 1

You will need to read the documentation for Fichapp and pass it whatever Authorization info needed to access your data. Typically it’s like:

headers {
“Authorization”: WHATEVER IS NEEDED
}

There’s a place where you can specify the header details in the webhook config in AppSheet.

Top Labels in this Space