linkedin.com
Edit sent message
Input
newText requiredThe replacement text for the message
threadUrl requiredURL of the conversation thread, e.g. https://www.linkedin.com/messaging/thread/<id>/ (from list_inbox)
match optionalOptional substring of the current message text, used to pick which of your own messages to edit. Defaults to your most recent message in the thread. If several match, the most recent one wins.
Output
status requirededited = saved; not_found = no own message (matching `match`) in the loaded thread; not_editable = LinkedIn's ~60min edit window has passed (no Edit item in the message menu)
newText requiredThe text that was saved (null unless status=edited)
oldText requiredThe message text before the edit (null when not_found)
threadUrl required