contacts.getContactStatus
Get the status name of a contact.
contactID number
statusName string ("" if contact not found)
print("Status name: " .. contacts.getContactStatus(1000))
The returned statusName will match a StatusDescription from the ContactStatus database table with the corresponding ContactStatusId.
If the contactID does not exist an empty string is returned.
Generated on the 26 June 2024 at 22:01:27 (UK Time)