TalentSight icon

TalentSight

Get data from TalentSight API

Overview

This node interacts with the TalentSight API to retrieve multiple webhook records. It is useful for scenarios where you need to fetch a list of webhooks configured in the TalentSight system, such as monitoring or managing webhook integrations in bulk.

Use Case Examples

  1. Retrieve all webhooks to display in a dashboard.
  2. Fetch webhook data to audit or analyze webhook usage.

Properties

Name Meaning
Request Options Options to control request behavior such as batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • id - Unique identifier of the webhook.
  • url - The URL endpoint of the webhook.
  • events - List of events that trigger the webhook.
  • createdAt - Timestamp when the webhook was created.
  • updatedAt - Timestamp when the webhook was last updated.

Dependencies

  • Requires an API key credential for TalentSight API authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and has necessary permissions.
  • Check network connectivity and proxy settings if requests fail.
  • If SSL validation errors occur, consider enabling 'Ignore SSL Issues' option cautiously.
  • Timeout errors may require increasing the timeout setting depending on network conditions.

Links

Discussion