Zingle API - Source Code
The Zingle API offers a messaging platform which can be integrated with existing business oriented applications. It features automated responses, and real time analytics. This is a REST API with responses in JSON format. Zingle develops cloud-based tools with the purpose of enhancing customer service experience.

- Versions
- SDKs (3)
- Articles (1)
- How To(0)
- Source Code(10)
- Libraries(0)
- Developers (0)
- Followers (8)
- Changelog (14)
Sample Source Code (10)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Zingle Inbox stats entry Objective-C Sample Code | This Objective-C Sample Code demonstrates messaging inbox functionalities. This example returns open message count, unread count, and sorted messages. |
![]() | Zingle Data Set Objective-C Sample Code | This Objective-C Sample Code illustrates how to return an array containing 100 Zingle contacts. Also, this example checks that pagination works. |
![]() | Zingle User implementation Objective-C Sample Code | This Objective-C Sample Code demonstrates how to save user details to a dictionary data type, display email address as display name, and verify that the first name shows correctly. |
![]() | Zingle Send image attachment Objective-C Sample Code | This Objective-C Sample Code demonstrates how to attach files during a conversation. This loads PNG and JPG files to a shared conversation. The application verifies that the files are immediately available. |
![]() | Zingle Conversation Objective-C Sample Code | This Objective-C Sample Code is a conversation implementation that highlights a session configuration. This implementation demonstrates how to delete delayed messages. |
![]() | Zingle Contacts implementation Objective-C Sample Code | This Objective-C Sample Code defines a contact object, copies the object, and allocates the object to a contact group. |
![]() | Zingle Contact session Objective-C Sample Code | This Objective-C Sample Code demonstrates how to use the session manager module to initiate a contact session. This example ensures that the contact object exists and contains the correct information. |
![]() | Zingle Account session Objective-C Sample Code | This Objective-C Sample Code demonstrates how to setup the HTTP client to access accounts. |
![]() | Zingle URL parsing Objective-C Sample Code | This Objective-C Sample Code implements URL parsing for complex URLs and non Zingle URLs. |
![]() | Zingle Listener test Android Sample Code | This Android Sample Code enables the Conversation Activity class, assigns an UI, and calls the Zingle interface by implementing an OnClickListener method. |