How Can I Find Out the Name of the Connector for which I Receive Events Using Webhooks?
Question
How can I find out the name of the connector for which I receive events using webhooks?
Environment
Connector: Webhooks
Answer
In most cases, you can use the schema
field in the webhook payload to identify the connector name. However, this field may not always exactly match the connector's name because it can include additional context, such as schema or table names.