Tool to create a new webhook subscription for receiving automatic notifications when enrichment results are ready. Use this instead of polling GET /v1/enrich/all to receive push notifications when contact enrichment processing completes. Currently only supports 'enrich_api_resul…
activeRequiredbooleanWhether the subscription is active. Set to true to enable the webhook subscription.
period_sRequiredintegerRate limiting period in seconds. Defines the time window for max_webhooks_per_period. Valid range: 1-60 seconds.
event_typeRequiredstringThe type of event to subscribe to. Currently only 'enrich_api_result' is supported for receiving notifications when enrichment processing completes.
callback_urlRequiredstringThe URL where webhook notifications will be sent. Must be a valid HTTPS URL that can receive POST requests.
max_webhooks_per_periodRequiredintegerMaximum number of webhooks allowed per period. Controls rate limiting to prevent overwhelming your endpoint. Valid range: 1-100.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.