Skip to content

[v4] phone.speed_dial

Rich Infante edited this page Apr 19, 2018 · 2 revisions

This report gets phone speed dial contacts list

  • Name: phone.speed_dial
  • Parameters
    • backup can be a string representing the backup ID, or a Backup instance.
  • Output: Array of Objects formatted like below.
{
  actionType: String, // Usually not applicable
  contactName: String, // Contact's name
  value: String // Typically the user's phone number or email.
}