CatchAll - Update Monitor
Pricing
$0.00/month + usage
Go to Apify Store

CatchAll - Update Monitor
Update an existing CatchAll monitor's schedule or webhook configuration.
Pricing
$0.00/month + usage
Rating
0.0
(0)
Developer

Newscatcher-CatchAll
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
CatchAll Update Monitor — update a monitor's webhook
CatchAll Update Monitor modifies the webhook configuration of an existing monitor. Use it to change where notifications are sent or adjust the HTTP method and headers.
This Actor maps to the PUT /catchAll/monitors/update endpoint.
When to use this Actor
- Change webhook destination. Point notifications to a new URL without recreating the monitor.
- Update authentication. Change the HTTP method or headers for webhook delivery.
- Rotate endpoints. Switch between staging and production webhook URLs.
Input
| Field | Type | Required | Description |
|---|---|---|---|
apiKey | String | Yes | Your CatchAll API key |
monitorId | String | Yes | Monitor ID to update |
webhookUrl | String | Yes | New webhook URL |
webhookMethod | String | No | HTTP method for webhook: POST, PUT, or PATCH (default: POST) |
webhookHeaders | Object | No | Optional HTTP headers sent with webhook request (JSON object) |
Input example
{"apiKey": "YOUR_CATCHALL_API_KEY","monitorId": "3fec5b07-8786-46d7-9486-d43ff67eccd4","webhookUrl": "https://new-endpoint.com/webhook","webhookMethod": "POST","webhookHeaders": {"Authorization": "Bearer NEW_TOKEN"}}
Output
The Actor returns a confirmation with the monitor ID in the default Dataset.
Output example
{"monitor_id": "3fec5b07-8786-46d7-9486-d43ff67eccd4","status": "Monitor updated Successfully"}
Tips
- You cannot change the query or schedule. To modify the underlying query, validators, enrichments, or schedule, create a new monitor with CatchAll Create Monitor.
webhookUrlis required. Even if you only want to update headers, you must provide the webhook URL.
Other CatchAll Actors
| Actor | Description |
|---|---|
| CatchAll | End-to-end job: submit, poll, and retrieve results |
| CatchAll Create Monitor | Create a scheduled monitor |
| CatchAll Start/Stop Monitor | Pause or resume a monitor |
For the full list, visit the Newscatcher organization page.