Skip to content

Commit

Permalink
Update 12. Contact Profile & History.md (#171)
Browse files Browse the repository at this point in the history
added description and image
  • Loading branch information
SangeetaMishr authored Jun 14, 2024
1 parent 761dee8 commit 8168500
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ It has been observed in some cases, beneficiaries have one phone number and ther

In Glific we have introduced a multiple profile feature, which will help more than one person to create their profiles and use the chatbot to access the information with one phone number.

<img width="995" alt="image" src="https://github.com/glific/docs/assets/143380171/867d0ad7-d748-4eb4-b01a-d0e45ecf0ac1"/>

Profiles are like contacts, where contact fields are saved as key-value pairs in JSON format.

A contact can have multiple profiles, but only one profile can be active at a time.

When the active profile for a contact changes, the fields in the profile are swapped with the contact fields.

At the flow level, the contact fields will be replaced with the values from the active profile's fields.

Profiles are synced to BigQuery in a separate table called "profiles."

Below are the steps on how to implement multiple profile features in your flow.

## Advanced Feature Webinar
Expand Down

0 comments on commit 8168500

Please sign in to comment.