Drift Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Drift Tables
| Name | Description |
| Accounts | Generates single or list of accounts |
| Contacts | Retrives single or list of contacts. |
| ContactTags | Retrieving details of Contact via contactId |
| ConversationMessages | Returns the Messages in the Conversation with id equal to the given conversationId. |
| Conversations | Retrieve list of Conversations |
| ConversationStatus | You may want to occasionally query the total state of conversations in your (or a connected orgs) account without having to scroll through the conversation API. |
| CustomAttributes | Getting list of Custom Attributes |
| Users | Generates single or list of users. |