I have subscribed to a Kaizala webhook with the following request.
{
"objectId":"XXXXXX",
"objectType":"Group",
"eventTypes":[
"ActionCreated",
"ActionResponse",
"SurveyCreated",
"JobCreated",
"SurveyResponse",
"JobResponse",
"TextMessageCreated",
"AttachmentCreated",
"Announcement",
"MemberAdded",
"MemberRemoved",
"GroupAdded",
"GroupRemoved"
],
"callBackUrl":"XXXXXXX"
}
I can receive the photo and location notifications, however, the notification for photo with location does not post.