Skip to main content
POST
/
api
/
orgs
/
{id}
/
integrations
/
google-chat
/
test-message
Send Google Chat test message
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/integrations/google-chat/test-message \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "messageName": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Response

Successful response

ok
boolean
required
messageName
string
required