A Abacus.AI Webhook attached to an endpoint and event trigger for a given object.
| KEY | TYPE | Description |
|---|---|---|
| webhookId | str | Unique identifier for this webhook. |
| deploymentId | str | Identifier for the deployment this webhook is attached to. |
| endpoint | str | The URI this webhook will send HTTP POST requests to. |
| webhookEventType | str | The event that triggers the webhook action. |
| payloadTemplate | str | Template for JSON Dictionary to be sent as the body of the POST request. |
| createdAt | str | The date and time this webhook was created. |