Skip to main content
Webhooks expose functions as HTTP endpoints. When a request arrives at a webhook path, Sinas executes the linked function with the request data. Key properties: How input is extracted:
  • POST/PUT/PATCH with JSON body → body becomes the input
  • GET → query parameters become the input
  • Default values are merged underneath (request data overrides)
Example:
Endpoints: