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:

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.

3 Likes