We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I delete a contact from my address book
Then it must no longer show up in my auto-complete suggestions
Listen to contacts:contact:delete
contacts:contact:delete
Sample message:
{ "bookId": "5f50b136bdaffe0026290b3d", "bookName": "e01850bd-d013-47e4-8b1a-02e462f0d4df", "contactId": "7cc163d4-bc25-4479-a969-e1662529f4ad", "userId": "5f50b136bdaffe0026290b3d", "vcard": [ "vcard", [ [ "version", {}, "text", "4.0" ], [ "uid", {}, "text", "7cc163d4-bc25-4479-a969-e1662529f4ad" ], [ "fn", {}, "text", "(Ms.) Vo Cao Ky Duyen" ], [ "n", {}, "text", [ "Duyen", "(Ms.) Vo Cao Ky", "", "", "" ] ], [ "org", {}, "text", "AEON Vietnam Academy" ], [ "role", {}, "text", "Training Executive" ], [ "email", { "type": "Work" }, "text", "mailto:[email protected]" ], [ "tel", { "type": "Work" }, "uri", "(028) 6288 7711 – Ext : 649" ] ], [] ] }
The text was updated successfully, but these errors were encountered:
HoussemNasri
No branches or pull requests
What
When I delete a contact from my address book
Then it must no longer show up in my auto-complete suggestions
How
Listen to
contacts:contact:delete
Sample message:
The text was updated successfully, but these errors were encountered: