Files
html/downloads/wevia-shortcut-messages.json
opus bc98f1f0ea
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-commit via WEVIA vault_git intent 2026-04-20T01:44:00+00:00
2026-04-20 03:44:00 +02:00

32 lines
1.0 KiB
JSON

{
"name": "WEVIA Ingest Message",
"version": "1.0",
"description": "Partage un SMS/iMessage vers WEVIA pour analyse IA (entités, urgence, reco)",
"install_instructions": [
"1. Raccourcis → + → Nouveau raccourci",
"2. Actions :",
" - Obtenir texte (Texte partagé, depuis Share Sheet)",
" - Demander (question 'De qui ?' pour from)",
" - Obtenir le contenu de l'URL : POST JSON ci-dessous",
"3. Active 'Share Sheet' type Texte",
"4. Depuis Messages : touche message → Partager → Scan WEVIA"
],
"url": "https://weval-consulting.com/api/wevia-apple-ingest.php?action=ingest_structured",
"method": "POST",
"headers": {"Content-Type": "application/json"},
"json_body_template": {
"type": "message",
"items": [
{
"from": "[from sender - ask]",
"to": "me",
"body": "[shared text]",
"date": "[current datetime]"
}
]
},
"share_sheet": true,
"share_sheet_types": ["Text"],
"endpoint_raw": "https://weval-consulting.com/api/wevia-apple-ingest.php"
}