Skip to content
New issue

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

Add contact notes #81

Open
jakecronin opened this issue Aug 24, 2018 · 3 comments
Open

Add contact notes #81

jakecronin opened this issue Aug 24, 2018 · 3 comments

Comments

@jakecronin
Copy link

It does not seem possible to add notes to a contact.

While notes are listed in the example contact record, when I try adding a contact with a notes field, the resulting contact does not have any notes in it. I've tried spelling the field "notes", "Notes", "note", and "notes".

Are there any solutions to add notes to a contact?

@joshuapinter
Copy link
Owner

Is this for iOS, Android or both?

I haven't touched this for awhile but if you look at the Contact Object you can see the following note key:

"note": "Note",

I would have assumed that if you pass that in with your other Contact details when adding or updating a Contact, it should just work. But if it doesn't, that sounds like a bug.

@joshuapinter joshuapinter added the Waiting on OP Waiting on the Original Poster (OP) who submitted the Issue or Pull Request. label Aug 25, 2018
@jakecronin
Copy link
Author

I tried with a physical iOS phone and iOS simulator.

I am testing with this object.

const contactData = {
  givenName: 'Captain',
  familyName: 'Notes',
  note: 'test note',
  Note: 'Test Note',
  notes: 'test notes',
  Notes: 'Test Notes',
};

The first and last name save, but the notes do not.

I have also had success adding phone numbers and emails, but I cannot get the note to save.

@joshuapinter joshuapinter added bug help wanted and removed Waiting on OP Waiting on the Original Poster (OP) who submitted the Issue or Pull Request. labels Aug 26, 2018
@joshuapinter
Copy link
Owner

Are you able to dig into this and see what's going on? Seems like a good first issue to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants