Skip to content

Instantly share code, notes, and snippets.

@Furzel
Last active August 29, 2015 14:07
Show Gist options
  • Save Furzel/fd69145cfb8e01ba2a21 to your computer and use it in GitHub Desktop.
Save Furzel/fd69145cfb8e01ba2a21 to your computer and use it in GitHub Desktop.
list inboxes response format
[
{
"alias": "support",
"name": "Support",
"type": "imap",
"address": "support@mycompany.com",
"links": {
"messages": "webhooks.frontapp.com/api/1/inboxes/support/messages",
"inbox": "webhooks.frontapp.com/api/1/inboxes/support"
}
}, {
"alias": "1_452_123_456",
"name": "CS Phone",
"type": "twilio",
"address": "+1452123456",
"links": {
"messages": "webhooks.frontapp.com/api/1/inboxes/1_452_123_456/messages",
"inbox": "webhooks.frontapp.com/api/1/inboxes/1_452_123_456"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment