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