Update webhook settings
This method allows you to update webhook message delivery settings.
The MaxConcurrentRequests determines the maximum number of messages that the EventsPublisherService will process in a single service cycle. It reads up to this specified number of messages and then sends them to the designated receiving URLs configured across all active webhook subscriptions.
Following the processing of these messages, the service engages in a "pause" based on the time specified under the Duration property. This means that after handling the specified number of messages, the service takes a break for the duration indicated before it resumes its cycle and processes additional messages.
The default settings for Max Concurrent Requests is "500", and Duration (in seconds) is "1".
- The Min value for "Max Concurrent Requests" can be set to "50".
- The Min value for "Duration (in seconds)" can be set to "1".
- The Max value for "Max Concurrent Requests" can be set to "5000".
- The Max value for "Duration (in seconds)" can be set to "300".
This setting is an account-level setting and applies to all webhook subscriptions within your MyPreferences account.
Header Parameters
Authorization token
Type of the data being sent in the request or the data that is expected in the response. Supports application/json.
Path Parameters
This is your organization’s MyPreferences account Id.
Body Parameters
Webhook message delivery settings.
Show child attributes
Includes resource creation and modification details to track changes and auditability within MyPreferences.
Show child attributes
Response
Response Attributes
Webhook message delivery settings.
Show child attributes
Includes resource creation and modification details to track changes and auditability within MyPreferences.