Actions85
- Account Actions
- Calendar Actions
- Email Actions
- LinkedIn Actions
- Close Job Posting
- Create Job Posting
- Download Applicant Resume
- Edit Job Posting
- Endorse Skill
- Get Company Profile
- Get Hiring Project by ID
- Get Hiring Projects
- Get Inmail Balance
- Get Job Applicant
- Get Job Applicants
- Get Job Offer
- Get Job Postings
- Get Raw Data
- Perform Action on Member
- Publish Job Posting
- Search
- Search Parameters
- Solve Job Publishing Checkpoint
- Messaging Actions
- Post Actions
- User Actions
- Webhook Actions
Overview
This node integrates with the Unipile API to manage various resources, including webhooks. Specifically, the "Delete Webhook" operation allows users to remove an existing webhook by specifying its unique identifier. This is useful for cleaning up unused or obsolete webhooks to maintain system hygiene and avoid unnecessary event triggers.
Practical examples include:
- Removing a webhook that was set up for a temporary integration.
- Deleting webhooks that are no longer needed after a project completion.
- Managing webhook lifecycle programmatically within automation workflows.
Properties
| Name | Meaning |
|---|---|
| Webhook ID | The unique identifier of the webhook to delete |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the webhook was successfully deleted or provide error details if the deletion failed.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential to authenticate with the Unipile API.
- The base URL for API requests is configured via credentials.
- Proper permissions on the API key to delete webhooks are necessary.
Troubleshooting
- Invalid Webhook ID: If the provided webhook ID does not exist or is malformed, the API will return an error. Verify the ID before attempting deletion.
- Authentication Errors: Ensure the API key credential is valid and has sufficient permissions.
- Network Issues: Connectivity problems can cause request failures; check network settings and API availability.
- Permission Denied: The API key might lack rights to delete webhooks; verify user roles and scopes.
Links and References
- Unipile API Documentation (hypothetical link)
- n8n documentation on Using API Credentials