Skip to content

Instantly share code, notes, and snippets.

@spasiu
Created November 25, 2016 20:06
Show Gist options
  • Select an option

  • Save spasiu/3e98c7b0e7de87302a9faf2cc0d32df3 to your computer and use it in GitHub Desktop.

Select an option

Save spasiu/3e98c7b0e7de87302a9faf2cc0d32df3 to your computer and use it in GitHub Desktop.
Sample Smooch Webhook payload with Facebook as a client
{
"trigger": "message:appUser",
"app": {
"_id": "58384af1c88e9558007a6a91"
},
"messages": [
{
"authorId": "2f1c2db75a79a99116ac99d3",
"received": 1480104343.829,
"text": "hey",
"role": "appUser",
"_id": "583899981f0b7c100016361a",
"source": {
"type": "messenger"
},
"items": [],
"actions": []
}
],
"appUser": {
"_id": "2f1c2db75a79a99116ac99d3",
"surname": "Deuxfingers",
"givenName": "Jimmy",
"signedUpAt": "2016-11-25T19:13:31.163Z",
"conversationStarted": true,
"credentialRequired": false,
"devices": [
{
"lastSeen": "2016-11-25T20:05:44.112Z",
"info": {
"avatarUrl": "https://scontent.xx.fbcdn.net/t31.0-1/p720x720/10506738_10150004552801856_220367501106153455_o.jpg"
},
"displayName": "Jimmy Deuxfingers",
"id": "783506ae-e6b4-497c-b336-2c064cfd853e",
"platform": "messenger",
"linkedAt": "2016-11-25T19:13:31.168Z",
"active": true
}
],
"clients": [
{
"lastSeen": "2016-11-25T20:05:44.112Z",
"info": {
"avatarUrl": "https://scontent.xx.fbcdn.net/t31.0-1/p720x720/10506738_10150004552801856_220367501106153455_o.jpg"
},
"displayName": "Jimmy Deuxfingers",
"id": "783506ae-e6b4-497c-b336-2c064cfd853e",
"platform": "messenger",
"linkedAt": "2016-11-25T19:13:31.168Z",
"active": true
}
],
"pendingClients": [],
"properties": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment