[emacs] Update endpoint and heading name for webhook

This commit is contained in:
2025-06-10 11:24:31 -04:00
parent 307ac2484a
commit 9e8f9946d6

View File

@ -361,8 +361,8 @@ Returns the ID string."
(body (org-get-body-stripped))
(notes (org-extract-notes))
;;(properties (org-entry-properties))
(endpoint "http://localhost:8000/webhook/emacs/")
(data `(("title" . ,heading)
(endpoint "https://life.lab.unbl.ink/webhook/emacs/")
(data `(("description" . ,heading)
("labels" . ,tags)
("state" . ,state)
("timestamps" . ,timestamps)