Skip to main content
WEBHOOK
RsvpDeleted
{
  "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "event_timestamp": "<string>",
  "payload": {
    "id": "1234",
    "updated": "2025-11-07T23:17:22+00:00",
    "status": "<string>",
    "event": {
      "id": "1234",
      "created_at": "2025-11-07T23:17:21+00:00",
      "updated_at": "2025-11-07T23:17:21+00:00",
      "post_type": "<string>",
      "space_id": 123,
      "creator_id": 123,
      "title": "<string>",
      "summary": "<string>",
      "event_type": "<string>",
      "starts_at": "<string>",
      "ends_at": "<string>",
      "time_zone": "<string>",
      "location": "<string>",
      "recurrence_rule": "<string>",
      "rsvp_enabled": true,
      "rsvp_closed": true,
      "restricted_event": true,
      "post_in_feed": true,
      "creator": {
        "id": "1234",
        "created_at": "2025-11-07T23:17:21+00:00",
        "updated_at": "2025-11-07T23:17:21+00:00",
        "email": "ada.lovelace@example.com",
        "first_name": "<string>",
        "last_name": "<string>",
        "time_zone": "<string>",
        "location": "<string>",
        "referral_count": 123,
        "avatar": "<string>",
        "categories": "<string>",
        "permalink": "<string>",
        "ambassador_level": "<string>"
      },
      "space": {
        "id": "1234",
        "created_at": "2025-11-07T23:17:21+00:00",
        "updated_at": "2025-11-07T23:17:21+00:00",
        "name": "<string>"
      },
      "images": [
        "<string>"
      ],
      "permalink": "<string>"
    },
    "member": {
      "id": "1234",
      "created_at": "2025-11-07T23:17:21+00:00",
      "updated_at": "2025-11-07T23:17:21+00:00",
      "email": "ada.lovelace@example.com",
      "first_name": "<string>",
      "last_name": "<string>",
      "time_zone": "<string>",
      "location": "<string>",
      "referral_count": 123,
      "avatar": "<string>",
      "categories": "<string>",
      "permalink": "<string>",
      "ambassador_level": "<string>"
    },
    "event_instance": {
      "post_id": 123,
      "starts_at": "2025-11-07T23:17:22+00:00",
      "ends_at": "2025-11-07T23:17:22+00:00",
      "instance_index": 123
    }
  }
}

Body

application/json

Webhook payload

event_id
string<uuid>
required
event_timestamp
string<datetime>
required
payload
object
required

An RSVP for an event

Response

200

Return a 200 OK to indiate that the payload has been successfully received.

Any other response will cause the webhook to retry up to 5 times, over a period of several hours (TODO)