Phone numbers saved in the holo
database will include country codes (e.g. +1). As such, when sending messages directly to numbers with holo send --to
, the country code is required due to the lookup in SQL for that number.
As a convenience, the SQL query should work without a country code: holo send --to 6665551234
should link to the same person as holo send --to +16665551234
.