create_message()
create_message(array $params = null)
Send a new outbound message
Parameters
array | $params | Single parameter to hold all options.
|
CPaaS conversation.
create_message(array $params = null)
Send a new outbound message
array | $params | Single parameter to hold all options.
|
get_messages(array $params = null)
Gets all messages.
array | $params | Single parameter to hold all options.
|
get_status(array $params = null)
Read a conversation message status
array | $params | Single parameter to hold all options.
|
get_messages_in_thread(array $params = null)
Read all messages in a thread
array | $params | Single parameter to hold all options.
|
delete_message(array $params = null)
Delete conversation message
array | $params | Single parameter to hold all options.
|
get_subscription(array $params = null)
Read active subscription.
array | $params | Single parameter to hold all options.
|
subscribe(array $params = null)
Create a new subscription.
array | $params | Single parameter to hold all options.
|
unsubscribe(array $params = null)
Unsubscription from conversation notification
array | $params | Single parameter to hold all options.
|