Backfill in-progress. Some lexicons and records may be missing or incomplete.

events.smokesignal.automation.InvokeWebhook

smokesignal.events

Documentation

main procedure

Process a Smoke Signal webhook event.

Input

Encodingapplication/json
context object Required

No description provided.

event string Required

No description provided.

record object Required

No description provided.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "event",
        "record",
        "context"
      ],
      "properties": {
        "event": {
          "type": "string",
          "knownValues": [
            "test",
            "rsvp.created",
            "event.created"
          ]
        },
        "record": {
          "type": "object",
          "properties": {}
        },
        "context": {
          "type": "object",
          "properties": {}
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Process a Smoke Signal webhook event."
}

Lexicon Garden

@