Explore Plans
Mobile menu Close menu
LINE

Send message with image to self

This Action will post a message with an image from the IFTTT bot to your LINE.

Developer info

API endpoint slug
line_v2.send_image_message_to_self
Filter code method
LineV2.sendImageMessageToSelf.skip(string?: reason)
Runtime method
runAction("line_v2.send_image_message_to_self", {})

Action fields

Message Text input > Long text

Label
Message
Helper text
Enter an optional message. Less than 5000 characters.
Slug
message
Required
false
Can have default value
true
Filter code method
LineV2.sendImageMessageToSelf.setMessage(string: message)

Image url Text input > Photo

Label
Image URL
Helper text
Enter the HTTPS URL of a JPEG or PNG image (TLS 1.2+). The URL must be within 2000 characters, and the image size should not exceed 10 MB.
Slug
image_url
Required
true
Can have default value
true
Filter code method
LineV2.sendImageMessageToSelf.setImage Url(string: image_url)