RFQ_CREATED

The RFQ_CREATED webhook sends a notification when a request for quote (RFQ) event is awarded.

{
    "event_id": "e0af3758-ec34-4e11-af57-dda1e7705c2f",
    "created_at": "2026-02-23 11:50:27.643589",
    "type": "rfq_created",
    "rfq": {
        "uuid": "b3894403-3149-4713-8a00-d24d8aee8f66",
        "buyer": "[email protected]",
        "external_id": "",
        "request_id": null,
        "title": "test rfq event",
        "status": "opened",
        "closes_at": "2026-03-02T12:00:00-05:00",
        "payment_process": "po",
        "currency": "USD",
        "urgency": "1",
        "is_marketplace": false,
        "notes": "",
        "items": [
            {
                "uuid": "66b4cb33-c925-448f-a98c-282f93daecfc",
                "request_item_id": null,
                "title": "test item",
                "category": null,
                "kind": "item",
                "quantity": "2.00000000",
                "uom": "each",
                "internal_part_number": "",
                "manufacturer": "",
                "manufacturer_pn": "",
                "benchmark_price": null,
                "benchmark_price_usd": null,
                "unspsc": "",
                "comments": "",
                "items": [
                ],
                "external_data": null,
                "is_awarded": false,
                "is_awarded_to_benchmark": false,
                "awarded_at": null
            }
        ],
        "archiving_reason": "",
        "archiving_note": "",
        "cancellation_reason": "",
        "cancellation_note": "",
        "non_lowest_bid_awarding_reason": "",
        "awarding_note": "",
        "offline_bid_awarding_reason": "",
        "offline_bid_awarding_note": "",
        "address1": "",
        "address2": "",
        "external_address_id": "",
        "city": "",
        "state": "",
        "zip": "",
        "country": "",
        "po_number": "",
        "shipping_type": "",
        "carrier": "",
        "preferred_delivery_date": null,
        "categories": [],
        "external_data": null,
        "business_unit": null,
        "meta_tags": [],
        "cloned_from": null,
        "source": "manual",
        "auction_kind": "",
        "requester_title": "",
        "pdf_report_url": "",
        "pdf_report_file_id": null,
        "requester": null
    }
}