Podio API Documentation
Conversations: Create conversation on object
Creates a new conversation on the given object. Works similarly to the create notification method in other regards.
Usage
- PHP Client
-
PodioConversation.php
PodioConversation::create_for( $ref_type, $ref_id, $attributes = array() );
- Ruby Gem
-
conversation.rb
Podio::Conversation.create_for_reference( ref_type, ref_id, attributes )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Request
see the creation conversation operation
Response
{
"conversation_id": The id of the newly created conversation,
"message_id": The id of the first message in the conversation
}