Hello,
Is it possible to export glip conversation? To TXT or in any other way?
Is it possible to export glip conversation? To TXT or in any other way?
{Get Posts for the Group ID
"id": "groupID1",
"name": null,
"description": null,
"type": "Group",
"members": [
"memberID1",
"memberID2",
"memberID3"
],
"isPublic": null,
"creationTime": "2017-04-03T17:30:21.729Z",
"lastModifiedTime": "2017-04-03T17:30:21.729Z"
},
{
"id": "groupID2",
"name": null,
"description": null,
"type": "PrivateChat",
"members": [
"memberID1",
"memberID2"
],
"isPublic": null,
"creationTime": "2016-05-26T02:31:54.822Z",
"lastModifiedTime": "2016-05-26T02:31:54.822Z"
},
{
"id": "groupID3",
"name": null,
"description": null,
"type": "PrivateChat",
"members": [
"memberID10",
"memberID2"
],
"isPublic": null,
"creationTime": "2017-03-22T23:06:29.353Z",
"lastModifiedTime": "2017-03-22T23:06:29.353Z"
}
}
[Boom ! you have the conversations for the Group.
{
"id": "1384680292356",
"groupId": "groupID1",
"type": "TextMessage",
"text": "Hi team, customer is unable to access their Sandbox account. I searched for their account details on DPW and there were no results. User ID Blah Blah Blah .\n\nHow can we enable this account so they may access it again? Thanks.",
"creatorId": "glip-1271750659",
"addedPersonIds": null,
"creationTime": "2017-01-26T22:53:03.426Z",
"lastModifiedTime": "2017-01-26T22:53:03.426Z"
},
{
"id": "1335248527364",
"groupId": "groupID1",
"type": "TextMessage",
"text": "**Team, this is now our Glip Group to communicate between people**",
"creatorId": "630769004",
"addedPersonIds": null,
"creationTime": "2017-01-16T18:27:05.697Z",
"lastModifiedTime": "2017-01-26T23:01:17.291Z"
}
]
2 People are following this question.