Use this API to add a new contact to the user’s phone contact list. The user will see a confirmation dialog before the contact is added.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| firstName | String | Yes | Contact’s first name |
| lastName | String | No | Contact’s last name |
| nickName | String | No | Contact’s nickname |
| mobilePhoneNumber | String | No | Mobile phone number |
| workPhoneNumber | String | No | Work phone number |
| homePhoneNumber | String | No | Home phone number |
| String | No | Email address | |
| workEmail | String | No | Work email address |
| organization | String | No | Company/organization name |
| title | String | No | Job title |
| workAddressStreet | String | No | Work street address |
| workAddressCity | String | No | Work city |
| workAddressState | String | No | Work state/province |
| workAddressPostalCode | String | No | Work postal code |
| workAddressCountry | String | No | Work country |
| homeAddressStreet | String | No | Home street address |
| homeAddressCity | String | No | Home city |
| homeAddressState | String | No | Home state/province |
| homeAddressPostalCode | String | No | Home postal code |
| homeAddressCountry | String | No | Home country |
| remark | String | No | Notes/remarks |
| success | Function | No | Callback on success |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Code Example
Basic Usage
Business Contact
Add Store Contact
Related APIs
my.choosePhoneContact
Choose from contacts
my.makePhoneCall
Make phone call