This Action will post a message with location from the IFTTT bot to your LINE.
- API endpoint slug
- line_v2.send_location_message_to_self
- Filter code method
- LineV2.sendLocationMessageToSelf.skip(string?: reason)
- Runtime method
- runAction("line_v2.send_location_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.sendLocationMessageToSelf.setMessage(string: message)
- Label
- Location Name
- Helper text
- Give a name to your location. Max character limit: 100.
- Slug
- location_name
- Required
- true
- Can have default value
- true
- Filter code method
- LineV2.sendLocationMessageToSelf.setLocation Name(string: location_name)
- Label
- Address
- Helper text
- Address of the location. Max character limit: 100.
- Slug
- address
- Required
- true
- Can have default value
- true
- Filter code method
- LineV2.sendLocationMessageToSelf.setAddress(string: address)
- Label
- Latitude
- Helper text
- Latitude of the location.
- Slug
- latitude
- Required
- true
- Can have default value
- true
- Filter code method
- LineV2.sendLocationMessageToSelf.setLatitude(string: latitude)
- Label
- Longitude
- Helper text
- Longitude of the location.
- Slug
- longitude
- Required
- true
- Can have default value
- true
- Filter code method
- LineV2.sendLocationMessageToSelf.setLongitude(string: longitude)