ICTDialer platform offer REST API’s to integerate and automate your business process with ease , We have verity of API’s and you will not face any issue in using these REST API’s .
This REST API provides an external interface to call some important functions of ICTDialer. ICTDialer defines 3 classes API_User, API_contact, and API_Campaign in REST API that defines all the functions necessary to be accessed from outside of the application scope. Following is code example describes how to call these functions:
User_Create
This function creates a new user in ICTBroadcast. The following code describes how to call this function.
Parameters
- $user: a serialized array containing user data
- Return value
Returns array containing user data if successful. Otherwise returns an array containing the false value.
User_Update
This function updates the user data.
Parameters
- $user_id: ID of the user whose data is to be updated
- $user: Data of the user
- Return value
Returns JSON encoded string containing user data if successful. Otherwise returns an array containing the false value.
User_Get
This function returns data of the user whose id is provided as an argument.
Parameters
- $user_id: ID of the user
- $search: search
- $value: value
- Return value
Returns JSON encoded string containing user data if successful. Otherwise returns an array containing the false value.
User_Delete
This function deletes a user whose id is provided.
Parameters
- $user_id: ID of the user
- Return value
Returns true if delete successful otherwise returns false.
For More details about Rest API’s visit: https://www.ictbroadcast.com/using-rest-api-integrate-ictbroadcast-third-party-application-autodialer/