Explore Plans
Mobile menu Close menu
Applet not found
LINE

Send message with location to self

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

Developer info

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

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.sendLocationMessageToSelf.setMessage(string: message)

Location name Text input > Short text

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)

Address Text input > Short text

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)

Latitude Text input > Short text

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)

Longitude Text input > Short text

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)