CatchAll - Update Monitor avatar

CatchAll - Update Monitor

Pricing

$0.00/month + usage

Go to Apify Store
CatchAll - Update Monitor

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

Newscatcher-CatchAll

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

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

FieldTypeRequiredDescription
apiKeyStringYesYour CatchAll API key
monitorIdStringYesMonitor ID to update
webhookUrlStringYesNew webhook URL
webhookMethodStringNoHTTP method for webhook: POST, PUT, or PATCH (default: POST)
webhookHeadersObjectNoOptional 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.
  • webhookUrl is required. Even if you only want to update headers, you must provide the webhook URL.

Other CatchAll Actors

ActorDescription
CatchAllEnd-to-end job: submit, poll, and retrieve results
CatchAll Create MonitorCreate a scheduled monitor
CatchAll Start/Stop MonitorPause or resume a monitor

For the full list, visit the Newscatcher organization page.

Resources