Location Message
Send a location message through Whatsapp.
Basic Usage
Parameters
Everything inside platforms.meta_whatsapp
should be considered parameters for this notification. There are top level
parameters that describe the message type and other general message behaviours, and then there are nested parameters
dependent on the message type.
Only nested parameters for message_type: location
is explained here, for all top level parameters, see the top level
Whatsapp documentation
required string
message_type Indicates the type of message that is going to be sent. This also will determine what the contents of the params object should be.
Available message types are:
required object
params Contains the parameters for the message and will depend on the message_type
setting.
See the message_type
specific documentation above for the message type specific parameters.
Show child attributes
required object
location Object is required if the message_type
is location
. This object should change to match what message_type
is set to.
Show child attributes
required Number or String
longitude The longitude of the location.
required Number or String
latitude The latitude of the location.
required Number or String
address The address of the location. This will be displayed in the message.
required Number or String
name The name to display on the location message.