Pulse Talent icon

Pulse Talent

Talent resource from Pulse API

Overview

The "Assign New Quizz" operation within the "Talent Quizz Sessions" resource allows users to assign a specific quiz to an existing quiz session. This is useful in scenarios where you want to link or update a quiz for a particular session, such as scheduling assessments for candidates or employees in a talent management workflow.

Practical examples include:

  • Assigning a new skills assessment quiz to a candidate's ongoing evaluation session.
  • Updating the quiz linked to a training session for employees.
  • Managing quiz assignments dynamically based on recruitment or training needs.

Properties

Name Meaning
Session ID * The unique identifier of the quiz session to which the quiz will be assigned.
Quiz ID * The unique identifier of the quiz that will be assigned to the session.

(* indicates required fields)

Output

The node outputs a JSON object representing the result of the quiz assignment operation. This typically includes confirmation details such as the updated session information, status of the assignment, and any relevant metadata returned by the API.

If the operation succeeds, the output JSON confirms the quiz has been assigned to the specified session. If it fails, error details are provided in the output (if "Continue On Fail" is enabled).

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Pulse API via an API key credential configured in n8n.
  • The node depends on the Pulse API helper utilities to perform authenticated requests.
  • Proper permissions on the Pulse API side to modify quiz sessions and assign quizzes.

Troubleshooting

  • Common Issues:

    • Invalid or missing Session ID or Quiz ID will cause the operation to fail.
    • Insufficient API permissions can lead to authorization errors.
    • Network connectivity issues may prevent successful API calls.
  • Error Messages:

    • "The operation "assignQuizz" is not supported for resource "quizzSessions"!" — This indicates a misconfiguration of the operation or resource selection.
    • API errors related to invalid IDs or unauthorized access will be returned from the Pulse API and surfaced in the node output if "Continue On Fail" is enabled.
  • Resolutions:

    • Verify that both Session ID and Quiz ID are correctly provided and exist in the system.
    • Ensure the API key credential has the necessary scopes/permissions.
    • Check network connectivity and API endpoint availability.

Links and References

Discussion