Explore Plans
Mobile menu Close menu
LINE

Send message with video to self

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

Developer info

API endpoint slug
line_v2.send_video_message_to_self
Filter code method
LineV2.sendVideoMessageToSelf.skip(string?: reason)
Runtime method
runAction("line_v2.send_video_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.sendVideoMessageToSelf.setMessage(string: message)

Video url Text input > File

Label
Video URL
Helper text
Enter the HTTPS URL of an MP4 video (TLS 1.2+). The URL must be within 2000 characters, and the video size should not exceed 200 MB.
Slug
video_url
Required
true
Can have default value
true
Filter code method
LineV2.sendVideoMessageToSelf.setVideo Url(string: video_url)

Preview image url Text input > Photo

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