Actions13
Overview
This node interacts with the CHIP Collect API to manage webhooks, purchases, payment methods, statements, account information, and public keys. Specifically, for the Webhooks resource with the List operation, it retrieves a list of all registered webhooks from the CHIP Collect service. This is useful for users who want to monitor or manage their webhook configurations programmatically within an automation workflow.
Use Case Examples
- Listing all webhooks to audit or manage webhook subscriptions.
- Integrating webhook management into a larger automation process to dynamically adjust webhook settings.
Output
JSON
json- The JSON response containing the list of webhooks retrieved from the CHIP Collect API
Dependencies
- CHIP Collect API key credential required for authentication
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access webhook data.
- Verify that the webhook list endpoint is reachable and the network connection is stable.
- Check for proper HTTPS usage in webhook URLs when registering new webhooks to avoid errors.
Links
- CHIP Collect Webhooks API Documentation - Official documentation for managing webhooks via the CHIP Collect API