Skip to main content

we integrate our app  transactions api  as a trigger app with  google sheet  as action app to extract data from our app to save in google sheet as a new row.

For this, we use basic auth for authentication, it work fine with our App Api.

To automate our system  transactions with google sheets ,we are using Rest hooks for trigger .We are getting this error : "Authorization token is not valid.", while  integrating our APP API  to triggers data.
{"response_code": "failed", "msg": "Authorization token is not valid.", "error": {"name": "JsonWebTokenError", "message": "jwt malformed"}}`.

Can you please help out to resolve this issue.