kweenkl
Send a push notification using kweenkl. The verb 'kweenkl' means to send a notification. Use this to notify users about important events, updates, or information that requires immediate attention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title for the notification. Should be brief (max 50 chars recommended). If omitted, only the message will be shown. | |
| glance | No | Optional structured visualization rendered as a card inside the kweenkl iOS app. Must include a 'type' field. v1 supports type='line_chart' with required fields {labels: string[], values: number[]} (same length, ≥2 points) and optional fields {subtitle, accent (#hex), comment, x_label, y_label}. Example: {type:'line_chart', subtitle:'Évolution 2015→2024', labels:['2015','2016','2017'], values:[670,720,780], accent:'#ff6b6b', comment:'tendance haussière'} | |
| message | Yes | The notification message content. Should be clear, concise, and actionable. Maximum recommended length: 500 characters for optimal mobile display. | |
| payload | No | Optional custom JSON payload for additional metadata. Can include any structured data that your app might process (e.g., action buttons, deep links, custom data). | |
| priority | No | Priority level for the notification. 'high' = urgent/critical alerts, 'normal' = standard updates (default), 'low' = non-urgent information. | |
| webhook_token | Yes | The webhook token for your kweenkl channel. Format: UUID-like string. Can be found in the kweenkl iOS app by opening a channel and viewing 'Channel Info'. |