đContacts
đ§ Bubble.io Plugin
Natively - Contacts
!!! YOU NEED TO SET "ContactsObject (Natively - ... " into element field
Events:
Get All Contacts Success
Get All Contacts Failed
Create Contact Success
Create Contact Failed
States:
Get Contacts Result - list of ContactObject's
ContactObject:
FirstName
LastName
Phones - Array of contacts phone numbers, if there are 2 or more phone numbers, it's separated by a comma (example: "05435235235,124334234")
Emails - Array of contacts emails. If there are 2 or more emails, it's separated by a comma (example: "test@test.co,build@natively.co")
ID - unique contact identifier on these device.
Create Contact ID Result - Id of created contact after calling Create Contact action
Create/Get Contacts Status - Result status after calling Create Contact or Get all contacts
Actions:
Get All Contacts - response: list of ContactObject's
Create Contact - response: Contact ID
First name - Required
Last name
Phone
Email
Get Contact By ID - response: list of ContactObject's
đ JavaScript SDK
NativelyContacts
Last updated