TalentSight icon

TalentSight

Get data from TalentSight API

Overview

This node operation deletes a webhook by its ID from the TalentSight API. It is useful for managing webhooks by removing those that are no longer needed or valid, helping to keep the webhook list clean and relevant. For example, if a webhook URL is deprecated or the events it listens to are no longer required, this operation can be used to delete it.

Use Case Examples

  1. Deleting a webhook after it is no longer needed to stop receiving event notifications.
  2. Removing a webhook that was created by mistake or with incorrect configuration.

Properties

Name Meaning
Webhook ID The unique identifier of the webhook to be deleted.
Request Options Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • success - Indicates whether the webhook deletion was successful.
  • message - Additional information or confirmation message about the deletion.

Dependencies

  • Requires an API key credential for TalentSight API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-existent webhook ID, which will result in an error response from the API indicating the webhook was not found.
  • SSL certificate validation errors can occur if the server's SSL certificate is invalid or self-signed; enabling the 'Ignore SSL Issues' option can bypass this but is insecure.
  • Timeout errors may occur if the server is slow to respond; increasing the timeout value can help.
  • Proxy misconfiguration can prevent the request from reaching the API; ensure proxy settings are correct if used.

Links

Discussion