CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list scheduled items under the CIPP Administration resource. It is useful for users who need to retrieve and manage scheduled tasks or events within the CIPP system, such as administrators monitoring scheduled jobs or workflows.

Use Case Examples

  1. An administrator wants to fetch all scheduled maintenance tasks to review their status.
  2. A user needs to list all scheduled notifications to verify their timing and recipients.

Properties

Name Meaning
Request Options Options to customize the API request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • scheduledItems - Array of scheduled items retrieved from the CIPP API, each representing a scheduled task or event with its details.

Dependencies

  • Requires an OAuth2 API credential for authentication with the CIPP API.

Troubleshooting

  • If the node fails due to SSL certificate errors, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Timeout errors may occur if the server is slow; increase the 'Timeout' value accordingly.
  • Incorrect proxy settings can cause connection failures; verify proxy URL and credentials if used.

Links

Discussion