This Action will post a message with a video from the IFTTT bot to your LINE.
- 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
- 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)
- 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)
- 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)