What problem does it solve? Setting up real-time event notifications for a Sinch Conversation API app requires manual API calls with OAuth2 authentication, correct request bodies, and valid trigger names. This Skill performs the webhook creation directly, including validation, duplicate detection, and secret generation. ## Core Features & Use Cases - Webhook Creation: Registers a new HTTPS webhook endpoint with selected event triggers via the Sinch Conversation API. - Validation & Duplicate Detection: Validates target URLs and trigger names, and checks whether a webhook with the same target already exists before creating. - Secret Management: Accepts a custom webhook secret or auto-generates one for request signature validation. - Use Case: You want delivery receipts and inbound messages pushed to your server. Run the command with your HTTPS endpoint and the MESSAGE_DELIVERY and MESSAGE_INBOUND triggers, and the webhook is live immediately. ## Quick Start Ask the assistant to create a Sinch webhook pointing to your HTTPS endpoint with the MESSAGE_DELIVERY and MESSAGE_INBOUND triggers.