Skip to content

Getting Started (Contacts)

levching edited this page Apr 14, 2020 · 2 revisions

Sometimes you may need to get info from user phone contacts. For example, you need to find people from his contacts who also use your app.

Or probably you just want to give him a more convenient way to share things. Well, this is what this feature was created for.

First, of all, make sure you enabled the contacts API for the platform you need to use it with.

  • Open Services Page
  • Choose Contacts
  • Click on a platform you need & enable API for that platform.

See UI flow description here.

In order to have an ability to test Contacts API within the editor, you can provide contacts info, that will be returned if you will use API inside the editor testing. Just add as many records as you need under the Editor Testing section:

GettingStarted

After that, you are good to go. Check out next article to learn how can you use the contact API.

You can also see Contacts API options that provided by a native platform API:

Clone this wiki locally