View Contact Information
documentedView stored information for a given mobile number.
Contactsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Based on FireText API docs, the contactinfo endpoint is https://www.firetext.co.uk/api/contactinfo and you can request JSON responses by appending /json to the URL. The endpoint supports authentication via apiKey (apiKey parameter) or username/password; for GET you typically pass mobile and apiKey as query params. ([firetext.co.uk](https://www.firetext.co.uk/docs))