# Mopinion AI integration on Definable

> Mopinion captures user feedback across websites and apps, providing insights, analytics, and reporting to optimize user experiences and drive conversions

## What this connects

Mopinion captures user feedback across websites and apps, providing insights, analytics, and reporting to optimize user experiences and drive conversions

Vendor: https://www.mopinion.com

## Tools available

**11** tools available. First 11:

- `MOPINION_GET_ACCOUNT` — Get Account — Tool to retrieve the current authenticated account information. Use to verify authentication and get account details.
- `MOPINION_GET_DATASET_BY_ID` — Get Dataset by ID — Retrieve complete metadata for a specific Mopinion dataset (feedback form) by its ID. Returns dataset properties including name, associated report ID, data source type, and description. Use this action when you need detailed information about a specific dataset/form. To discover available dataset IDs, use the List Datasets action first. This is a read-only operation that does not modify any data.
- `MOPINION_GET_DATASET_FEEDBACK` — Get Dataset Feedback — Retrieve feedback items (survey responses) for a specific dataset/form with optional pagination and filtering. Use this action to fetch multiple feedback entries from a dataset. Each feedback item contains the survey responses including custom fields, scores, metadata, and timestamps. Supports pagination for large result sets and filtering by field values. For retrieving a single feedback item by ID, use GET_DATASET_FEEDBACK_BY_ID instead.
- `MOPINION_GET_DATASET_FEEDBACK_BY_ID` — Get Dataset Feedback By ID — Retrieves a single feedback item by its unique identifier from a specific dataset. Use this tool when you need detailed information about a specific feedback item. First obtain the dataset_id using List Datasets, then get feedback_id values using Get Dataset Feedback. **Important Notes:** - Returns a warning in metadata if the feedback item doesn't exist (with null field values) - Returns 404 error if the dataset_id itself is invalid or inaccessible - The response includes feedback fields, tags, scores, timestamps, and associated metadata
- `MOPINION_GET_DATASET_FIELDS` — Get Dataset Field Definitions — Tool to retrieve field definitions for a dataset. Use when you need the schema of a dataset's fields.
- `MOPINION_GET_DEPLOYMENT_BY_ID` — Get Deployment by ID — Retrieves detailed configuration for a specific feedback form deployment by its ID. Returns deployment rules, trigger conditions, scheduling settings, target URLs, and active status. Use this to understand when, where, and how a feedback form is displayed to users.
- `MOPINION_GET_DEPLOYMENTS` — Get Deployments — Tool to list all deployments for the authenticated Mopinion account. Use after setting up authentication.
- `MOPINION_GET_REPORT_BY_ID` — Get Report By ID — Retrieves detailed information about a specific Mopinion report by its ID. Returns comprehensive report details including name, description, language, creation date, and all associated datasets with their metadata. Use this when you need full information about a specific report. To find available report IDs, use the Get Reports action first. Example use case: Get complete details of report 22511 to understand its datasets and configuration.
- `MOPINION_GET_REPORT_FEEDBACK` — Get Report Feedback — Tool to retrieve feedback items for a report. Use when you need paginated and filtered feedback entries for analysis.
- `MOPINION_GET_REPORT_FIELDS` — Get Report Fields — Tool to retrieve field definitions for a specific report. Use when you need the schema of a report's feedback fields before constructing or analyzing forms.
- `MOPINION_GET_ROOT` — Get API Root — Check Mopinion API availability and get version information. Pings the API health check endpoint (/ping) and returns status code, 'pong' response, and current API version. Use this to verify the API is reachable and operational.

## Auth

Auth schemes: `API_KEY`.

## How agents use Mopinion

Inside a Definable workflow, Mopinion is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Mopinion** — the Researcher (GPT-5.5) pulls context from Mopinion (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Mopinion** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Mopinion (create record, post message, draft email).
- **Designer / Engineer → Distributor → Mopinion** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Mopinion (attach file, open PR comment, post status).

The Verifier checks every Mopinion call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- analytics — https://definable.ai/apps/category/analytics/
- forms & surveys — https://definable.ai/apps/category/forms-&-surveys/

## Related

- HTML page: https://definable.ai/apps/mopinion/
- Same category (analytics): https://definable.ai/apps/category/analytics/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
