AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node interacts with the AI Marketplace API to create feedback for a completed offer. It allows users to submit a rating (1-5) and an optional comment about the offer. This is useful for gathering user feedback on completed transactions to improve service quality and user satisfaction.

Use Case Examples

  1. A user submits a 5-star rating with a positive comment after completing a service offer.
  2. A business collects feedback from customers to assess the quality of offers and identify areas for improvement.

Properties

Name Meaning
Environment The environment to connect to, either Development or Production.
Override Base URL Optional URL to override the default base URL of the selected environment.
Offer ID The ID of the completed offer for which feedback is being created.
Rating Rating score from 1 to 5 representing the quality of the offer.
Comment Optional feedback comment with a maximum length of 512 characters.
Additional Fields Optional additional settings such as request timeout and response format.

Output

JSON

  • json
    • offerId - The ID of the offer for which feedback was created.
    • rating - The rating score submitted for the offer.
    • comment - The optional comment provided as feedback.

Dependencies

  • Requires an API key credential for authentication to perform the feedback creation operation.

Troubleshooting

  • Ensure the Offer ID is valid and corresponds to a completed offer; otherwise, the API may reject the feedback submission.
  • Rating must be a number between 1 and 5; values outside this range will cause validation errors.
  • Comment length must not exceed 512 characters to avoid request rejection.
  • If authentication credentials are missing or invalid, the node will throw an authentication error.

Discussion