RFP_ARCHIVED

The RFP_ARCHIVED webhook sends a notification when a request for proposal (RFP) event is archived.

{ 
    "event_id": "5b9b4ec7-425c-4732-bc6d-846b45b8155b", 
    "created_at": "2026-02-23 04:08:44.201314", 
    "type": "rfp_archived", 
    "rfp": { 
        "uuid": "a047bd60-7297-49ac-bc54-a3f63bc8f69e", 
        "request_id": null, 
        "buyer": "[email protected]", 
        "awarded_at": null, 
        "closes_at": "2026-02-27T16:00:00-05:00", 
        "scheduled_publish_at": null, 
        "questions_due_at": null, 
        "external_id": "9876", 
        "template_uuid": null, 
        "title": "test rfp event", 
        "status": "archived", 
        "source": "", 
        "external_data": null 
    } 
}