I' facing the issue when i'm trying to update the message status by GHL API

Please can anybody help me resolve this, I’m trying to update the message but it is not accepting

https://services.leadconnectorhq.com/conversations/messages/{messageId}/status
{
“status”: “read”,
“error”: {
“code”: “1”,
“type”: “saas”,
“message”: “There was an error from the provider”
},
“messageId”: “ve9EPM428h8vShlRW1KT”,
“recipients”: [
“string”
]
}

{
“statusCode”: 401,
“message”: “This authClass type is not allowed to access this scope. Please verify your IAM configuration if this is not the case.”
}

Or can anybody tell me how to use the webhook to update the message status in ghl what will be the full URL of the webhook and how I can use it, I’m trying to create app in ghl by custom conversation provider , all is going good message is send by the API which I’m using with provider but the issue is message ar not updating it is only saying pending

Hi there and welcome to the community :smiley:

Could you please tell us what the issue inside Activepieces is ?

What was the user_type used when generating the token? You can refer to the documentation. Also, ensure that your app has the valid scopes required for the endpoint.