Mopinion

Integrate Mopinion with your AI workspace

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

Explore Triggers and Actions

Get Account

Tool to retrieve the current authenticated account information. Use to verify authentication and get account details.

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

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

ActionTry it

Get Dataset Field Definitions

Tool to retrieve field definitions for a dataset. Use when you need the schema of a dataset's fields.

ActionTry it

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.

ActionTry it

Get Deployments

Tool to list all deployments for the authenticated Mopinion account. Use after setting up authentication.

ActionTry it

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.

ActionTry it

Get Report Feedback

Tool to retrieve feedback items for a report. Use when you need paginated and filtered feedback entries for analysis.

ActionTry it

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.

ActionTry it
Mopinion integration | Dench