The table below describes the various events are available for a client's profile. A post back may contain data related to event. see creating or testing webhook. Also see the example post back data.
Event | Description |
---|---|
PROFILE_CREATED | Client's profile had been created. |
PROFILE_UPDATED | Client's profile had been updated. |
PROFILE_STATUS_UPDATED | Client's profile status had been updated. |
QUIZ_CREATED | Quiz had been created for the client. |
QUIZ_STARTED | Client had started the quiz. |
QUIZ_ENDED | Client had finished the quiz. |
QUIZ_EXPIRED | Quiz had been expired. |
DOCUMENT_SUBMITTED | Client submitted/uploaded a document. |
DOCUMENT_STATUS_UPDATED | Client's document status had been updated. |
DOCUMENT_DELETED | Client's document had been deleted. |
NOTE_CREATED | Note had been created on client's profile. |
Example post back data
{
"email_address": "",
"mobile_number": "",
"event": "",
"updated_at": ""
}
Example post back data
{
"email_address": "",
"mobile_number": "",
"event": "",
"updated_at": ""
}
Example post back data
{
"email_address": "",
"mobile_number": "",
"event": "",
"updated_at": ""
}
Example post back data
{
"email_address": "",
"mobile_number": "",
"event": "",
"updated_at": ""
}
Example post back data
{
"email_address": "",
"mobile_number": "",
"event": "",
"updated_at": ""
}
Example post back data
{
"email_address": "",
"mobile_number": "",
"event": "",
"updated_at": ""
}