Creates a new webhook for a specific project to receive real-time notifications. Use when you need to set up event-driven integrations that trigger on memory operations.
urlRequiredstringURL endpoint where webhook events will be sent. Must be a valid HTTPS URL.
namestringHuman-readable name for the webhook to help identify its purpose.
is_activebooleanWhether the webhook should be active immediately after creation. Defaults to true if not specified.
project_idRequiredstringUnique identifier of the project to create the webhook for.
event_typesarrayList of event types to subscribe to. If not specified, webhook will receive all event types.
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.