RFQ_AWARDED_WAITING_FOR_APPROVE

Notification is sent to the webhook when an RFQ has been awarded but is still waiting for approval

Sample code

{
  "event_id": "ea32b4be-441b-4ed9-8b53-35b15e934b26",
  "created_at": "2025-08-26 04:41:38.887677",
  "type": "rfq_awarded_waiting_for_approve",
  "rfq": {
    "uuid": "eca19c7f-efbc-4bb2-bdca-e7f939f528b4",
    "buyer": "[email protected]",
    "external_id": "PR01020323",
    "title": "test approval",
    "status": "opened",
    "closes_at": "2025-08-26T16:00:00-04:00",
    "payment_process": "po",
    "currency": "USD",
    "urgency": "1",
    "is_marketplace": false,
    "notes": "",
    "items": [
      {
        "uuid": "67788aad-1271-4cd6-a673-9fea4a24a7d9",
        "title": "Macbook",
        "kind": "item",
        "quantity": "5.00000000",
        "uom": "each",
        "internal_part_number": "",
        "manufacturer": "",
        "manufacturer_pn": "",
        "benchmark_price": "1789.97000000",
        "benchmark_price_usd": "1789.97000000",
        "unspsc": "",
        "comments": "",
        "items": [],
        "external_data": null,
        "is_awarded": false,
        "awarded_at": null
      },
      {
        "uuid": "6a118f03-752f-4dc3-98e8-560eaa8e6600",
        "title": "Iphone",
        "kind": "item",
        "quantity": "10.00000000",
        "uom": "each",
        "internal_part_number": "",
        "manufacturer": "",
        "manufacturer_pn": "",
        "benchmark_price": "1000.00000000",
        "benchmark_price_usd": "1000.00000000",
        "unspsc": "",
        "comments": "",
        "items": [],
        "external_data": null,
        "is_awarded": false,
        "awarded_at": null
      },
      {
        "uuid": "a01fbcbb-5154-4c41-ab2c-95a85ea1f57d",
        "title": "car part",
        "kind": "group_item",
        "quantity": "5.00000000",
        "uom": "each",
        "internal_part_number": "",
        "manufacturer": "",
        "manufacturer_pn": "",
        "benchmark_price": "125.00000000",
        "benchmark_price_usd": "125.00000000",
        "unspsc": "",
        "comments": "",
        "items": [
          {
            "uuid": "63df3914-8b0d-4b10-9015-d1c9e10ccf75",
            "title": "part 1",
            "quantity": "5.00000000",
            "uom": "each",
            "manufacturer": "BMW",
            "manufacturer_pn": "",
            "benchmark_price": "150.00000000",
            "benchmark_price_usd": "150.00000000",
            "external_data": null
          },
          {
            "uuid": "b9aa4064-986f-413a-8f66-8a9b789c66ff",
            "title": "alternative part 1",
            "quantity": "5.00000000",
            "uom": "each",
            "manufacturer": "AUDI",
            "manufacturer_pn": "",
            "benchmark_price": "125.00000000",
            "benchmark_price_usd": "125.00000000",
            "external_data": null
          }
        ],
        "external_data": null,
        "is_awarded": false,
        "awarded_at": null
      }
    ],
    "archiving_reason": "",
    "archiving_note": "",
    "cancellation_reason": "",
    "cancellation_note": "",
    "non_lowest_bid_awarding_reason": "",
    "awarding_note": "",
    "address1": "",
    "address2": "",
    "city": "",
    "state": "",
    "zip": "",
    "country": "",
    "po_number": "",
    "shipping_type": "",
    "carrier": "",
    "preferred_delivery_date": "2025-08-29T17:59:59-04:00",
    "categories": [
      {
        "uuid": "660b621d-3d48-4b07-a5ad-5278e63b6d63",
        "title": "it",
        "visual_title": "IT",
        "external_id": ""
      }
    ],
    "external_data": null,
    "business_unit": null,
    "meta_tags": [],
    "cloned_from": "",
    "source": "manual",
    "auction_kind": "",
    "requester_title": "",
    "pdf_report_url": "https://fairmarkit_report_download_link.com",
    "requester": null
  }
}