Actions15
- Campaign Actions
- Candidate Actions
- Message Actions
- Webhook Actions
Overview
This node interacts with the TalentSight API to approve a message by its ID. It is useful in scenarios where messages pending approval need to be programmatically approved within an automation workflow, such as in campaign management or communication approval processes.
Use Case Examples
- Approving a pending message in a TalentSight campaign to move it forward in the workflow.
- Automating message approvals based on certain conditions or triggers in an n8n workflow.
Properties
| Name | Meaning |
|---|---|
| Message ID | The unique identifier of the message to be approved, required to specify which message to approve. |
| Request Options | Additional options to customize the API request, including batching settings, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
id- The unique identifier of the approved message.status- The status of the message after approval, typically indicating success.approvedAt- Timestamp when the message was approved.
Dependencies
- Requires an API key credential for TalentSight API authentication.
Troubleshooting
- Ensure the Message ID is correctly provided and exists in the TalentSight system; otherwise, the API will return an error.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request may be blocked; enable this option cautiously if needed.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
- Timeout settings should be adjusted based on network conditions to avoid premature request abortion.
Links
- TalentSight API Documentation - Official API documentation for TalentSight, useful for understanding endpoints and request/response formats.