Not getting amount in webhook response

hi
I have added a stream but TXN Amount not getting in log

{
  "confirmed": true,
  "chainId": "0x38",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "user",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "claimablePrinciple",
          "type": "uint256"
        }
      ],
      "name": "principleClaimed",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "InvestedAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "principlePerSecond",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "principlePerMOnth",
          "type": "uint256"
        }
      ],
      "name": "principleClaimedDetails",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "user",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "claimableAmount",
          "type": "uint256"
        }
      ],
      "name": "rewardClaimed",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "totalReward",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "rewardPerSecond",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "rewardAvailableFor",
          "type": "uint256"
        }
      ],
      "name": "rewardClaimedDetails",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "user",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "planID",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "staked",
      "type": "event"
    }
  ],
  "streamId": "18f18fcf-d3c2-407a-9a24-155c037fd13b",
  "tag": "TCA STAKE",
  "retries": 0,
  "block": {
    "number": "23359983",
    "hash": "0x8afa1635aafc7e4690d31b7d0d87ea6687e0b0433aca0815de51aaed2f9d163d",
    "timestamp": "1669378539"
  },
  "logs": [
    {
      "logIndex": "69",
      "transactionHash": "0xc386382e96166dc12587d3138854726a1280cf8f416f50b4a9cf940f47e9c2d7",
      "address": "0xc12cce6c356b1df35245c58af8d95bae78ffafe4",
      "data": "0x000000000000000000000000314c4effb69070047dd7b53460ab06aa6b9c378200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000077359400",
      "topic0": "0xa337adc42df840d8a4dbe5c08ee60fbd99a4b4ed84704bee7b85a0523b8bbf9f",
      "topic1": null,
      "topic2": null,
      "topic3": null
    }
  ],
  "txs": [
    {
      "hash": "0xc386382e96166dc12587d3138854726a1280cf8f416f50b4a9cf940f47e9c2d7",
      "gas": "422557",
      "gasPrice": "5000000000",
      "nonce": "3107",
      "input": "0x17678a8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000077359400",
      "transactionIndex": "37",
      "fromAddress": "0x314c4effb69070047dd7b53460ab06aa6b9c3782",
      "toAddress": "0xc12cce6c356b1df35245c58af8d95bae78ffafe4",
      "value": "0",
      "type": "0",
      "v": "148",
      "r": "46483402867426722841782417917888110642514059644632636416518753226876740043078",
      "s": "52128118256191941301607271596832725196396952162646680216298598621464364860451",
      "receiptCumulativeGasUsed": "3076493",
      "receiptGasUsed": "281705",
      "receiptContractAddress": null,
      "receiptRoot": null,
      "receiptStatus": "1"
    }
  ],
  "txsInternal": [],
  "erc20Transfers": [],
  "erc20Approvals": [],
  "nftApprovals": {
    "ERC1155": [],
    "ERC721": []
  },
  "nftTransfers": []
}

https://bscscan.com/tx/0x63ab9c0e218902f322da15fa76244289045d977c8c527283b991587fc6edf527

what is the config for that stream?

what do you mean with that amount that is not present? it is from an event?

it looks like you have this abi and this log, then you can use a library like ethers or javascript sdk to parse that log data in order to extract the values for those parameters