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
The connector_name
field in the webhook's payload contains the name of the connector for which event data is sent. If you don't have this field in the payload, you can use the value of schema_name
since both fields contain the same connector name in most cases.