Organizations and SNS

Good Morning All, not sure if this is possible,
when an organization is created (typically through an API call) i would like the organization id and name typically in this JSON format
{
“id”: “org1”,
“name”:“org_name”
}
to be sen to to an AWS SNS Topic. This SNS Topic will then have a lambda function subscribed to it which will then send the message to AWS Kafka. The SNS to Lamba i am fine with, but not sure how to generate the Auth0 Organization Event to snd the details to SNS…Any guidance would be much appreciated.