Represents data about the entry point that opened a plugin. Available from the Context object.
Properties
Property | Type | Description |
---|---|---|
| String | Specifies the location from which the user opened the plugin. One of:
|
| PhoneEntryPointData | Undefined |
|
PhoneEntryPointData
Only available for EntryPoint
of type CONTACT_HANDLE
Properties
Property | Type | Description |
---|---|---|
type | phone | The type of entry point data. In this case, it will be phone since the plugin was opened from a contact's phone handle. |
handle | String | The phone handle that was clicked to open the plugin. |
timestamp | Date | The time at which the phone handle was clicked as a Unix timestamp. |