Skip to main content
POST
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
data-ingress
Submit feedback to a workspace
curl --request POST \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/data-ingress \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: text/plain' \
  --data 'I found the dashboard confusing to navigate'
{
  "data": {
    "insight": "I had trouble with the checkout process on your website",
    "source": "SLACK",
    "workspaceId": "c0e195d9-b918-4a3a-bd8b-f730361d044f",
    "organisationId": "a5f3c6e1-9d20-4f7b-8e31-d09a2b63c184"
  }
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

Body

text/plain

Plain text feedback content

Example:

"I found the dashboard confusing to navigate"

Response

Feedback processed successfully

data
object
required

Response data for processed insight