list-recent-contacts
Retrieve a list of recently contacted individuals on WhatsApp using programmatic automation with AppleScript to simplify interactions without direct UI engagement.
Instructions
List recently contacted people on WhatsApp (simplified)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}