> ## Documentation Index
> Fetch the complete documentation index at: https://wisdomai-add-trigger-agent-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResponseStatus

This page describes the response status for mutation operations.

## ResponseStatus

<ParamField path="code" type="String!" required>
  Status code indicating success or failure of the operation.
</ParamField>

<ParamField path="message" type="String!" required>
  Human-readable message describing the operation result.
</ParamField>

## Additional Resources

<CardGroup cols={2}>
  <Card title="Send User Message" icon="message" href="/integrations/graphql-api/mutations/chat/send-user-message">
    Returns ResponseStatus
  </Card>
</CardGroup>
