Search code examples
applescriptimessage

Send GIF from iMessage by AppleScript


I know text message can be sent from AppleScript by "tell application 'Messages'", but if there is a method to send GIF by any AppleScript? Many thanks...


Solution

  • use application "Messages"
    
    set gif to POSIX file "/Users/CK/Pictures/giphy.gif"
    set [him] to buddies of service "E:[email protected]" whose handle is "something"
    
    send the gif to him