Actions32
- Talent Actions
- Skill Actions
- Language Actions
- Education Actions
- Certification Actions
- Experience Actions
- Talent Quizz Sessions Actions
Overview
The "Create Quizz Session" operation in the Talent Quizz Sessions resource allows users to create a new quiz session associated with a specific talent (person). This node is useful for managing and tracking quiz sessions assigned to talents, such as candidates or employees, within a talent management or assessment platform. For example, HR teams can use this to initiate quiz sessions for evaluating candidates' skills or knowledge, setting optional expiration dates for these sessions.
Properties
| Name | Meaning |
|---|---|
| Talent ID * | The unique identifier of the talent (person) to whom this quiz session belongs. |
| Expires At | Optional expiration date and time for the quiz session, after which the session becomes invalid or unavailable. |
Output
The output JSON contains the details of the newly created quiz session. This typically includes identifiers, status, timestamps, and any metadata returned by the API representing the created session. The exact structure depends on the external API response but generally confirms successful creation and provides session information.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Pulse API.
- The node depends on the Pulse API service to create quiz sessions.
- Proper configuration of the API credentials in n8n is necessary for successful execution.
Troubleshooting
Common Issues:
- Missing or invalid Talent ID will cause the operation to fail.
- Incorrect or expired API credentials will prevent communication with the Pulse API.
- Providing an invalid date format for "Expires At" may result in errors.
Error Messages:
"The operation "createQuizzSession" is not supported for resource "quizzSessions"!"indicates a misconfiguration or unsupported operation selection.- API errors related to authentication or validation will be passed through; ensure credentials are valid and input data meets API requirements.
Resolutions:
- Verify that the Talent ID is correct and corresponds to an existing talent.
- Check and update API credentials if authentication fails.
- Use proper ISO 8601 date-time format for the "Expires At" field.
Links and References
- Refer to the Pulse API documentation for detailed schema and examples of quiz session creation.
- Consult n8n documentation on how to configure API credentials and handle date-time inputs.