Tool to create a new Svix webhook endpoint. Use after obtaining the app ID to register your webhook receiver URL.
uidOptional unique identifier for the endpoint. Must be unique within the application.
urlRequiredstringThe webhook endpoint URL that will receive POST requests with event payloads Must use HTTPS and be publicly accessible; localhost and private network URLs will fail delivery.
app_idRequiredstringThe application's ID or UID. Use SVIX_APP_CREATE to create an application first.
secretstringSigning secret for webhook signature verification. Auto-generated if omitted. Must start with 'whsec_' prefix if provided.
versionintegerEndpoint version number. Defaults to 1 if not specified.
channelsarrayList of message channels to filter. Only messages sent to these channels will be delivered. Omit to receive messages from all channels.
disabledbooleanSet to true to create the endpoint in a disabled state (won't receive webhooks)
rate_limitintegerMaximum number of webhook deliveries per second. Leave empty for no limit.
descriptionstringHuman-readable description to identify the endpoint's purpose
filter_typesarrayList of event type names to filter. Only these event types will be sent to this endpoint. Omit to receive all event types. Event type names must exactly match; mismatches silently prevent delivery.
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.