Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.17 KB

File metadata and controls

35 lines (23 loc) · 1.17 KB

CreateWebhook201Response

Properties

Name Type Description Notes
id Integer [optional]
projectId Integer [optional]
eventType EventTypeEnum [optional]
targetUrl String [optional]
disabled Boolean [optional]
failureCount Integer [optional]
lastDeliveredAt OffsetDateTime [optional]
createdAt OffsetDateTime [optional]
secret String HMAC signing secret (whsec_...). Only returned on create. [optional]

Enum: EventTypeEnum

Name Value
MENTION_CREATED "mention.created"
COMPETITOR_MENTION_CREATED "competitor_mention.created"
CITATION_CREATED "citation.created"
PROMPT_EXECUTION_COMPLETED "prompt_execution.completed"
SENTIMENT_NEGATIVE_DETECTED "sentiment.negative_detected"
RECOMMENDATION_COMPLETED "recommendation.completed"
INTELLIGENCE_TASK_COMPLETED "intelligence_task.completed"