hi. I am trying to us and after registration webho...
# talk-kratos
d
hi. I am trying to us and after registration webhook to set a
verifiable_address
as verified based on our own logic. I have our webhook returning the following:
Copy code
{
  "identity": {
    "verifiable_addresses": [
      {
        "created_at": "0001-01-01T00:00:00Z",
        "id": "00000000-0000-0000-0000-000000000000",
        "status": "completed",
        "updated_at": "0001-01-01T00:00:00Z",
        "value": "boom@example.com",
        "verified": true,
        "via": "invitation",
        "verified_at": "2023-08-04T02:54:52.941Z"
      }
    ]
  }
}
However, this doesn’t seem to have any effect. After the webhook has run we see the following in the
identity_verifiable_addresses
table: