32 lines
1.0 KiB
JSON
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"
|
|
}
|