Optional Fields for Subscribing to Webhooks Using OAuth
- name
- description
- healthCheckUrl
- This field is not required in order to create a subscription, but it is required in order to activate it. If you do not send this field during subscription, the subscription is created but not activated. To activate it later, you must send a PATCH request that includes a health check URL. An inactive subscription does not send notifications. For more information, see Health Check URL.
- notificationScope.scope
- For more information, see Notification Scope.
- notificationScope.scopeData
- Required if you submit thenotificationScope.scopefield. All organizations subscribing to the webhook must be listed in the value, separated by commas.
- retryPolicy.deactivateFlag
- See Retry Policy.
- retryPolicy.firstRetry
- See Retry Policy.
- retryPolicy.interval
- See Retry Policy.
- retryPolicy.numberOfRetries
- See Retry Policy.
- retryPolicy.repeatSequenceCount
- See Retry Policy.
- retryPolicy.repeatSequenceWaitTime
- See Retry Policy.