User registration
When a new User communicates with the Parley API, we send out a system message to the connected Service(s).
The system message contains the following text: user_registered, and is used to let the Service(s) know that this User
is a brand new user.
We look at the following requirements to determine if a user is "new":
- The unique user identifier must not be known by Parley (meaning they have never interacted with the API using this
identifier). This identifier is set as the
customerIdinside the Authorization string, which means that this message will not be sent for users that don't use Authorization. - The unique device identifier must not be known by Parley. This identifier is set as the
uniqueAppDeviceIdin thex-iris-identificationheader
If all these requirements are met, Parley sends out the system message.
warning
Once you trigger this message for a User, it is impossible to trigger it again unless you use a different user identifier and device identifier. Keep that in mind while testing.
warning
You will need to have the proactive_messaging setting enabled on your account. Currently you can only enable this
by reaching out to support@parley.nu