XML-RPC / messages: create
 Home   About Conversant   Free Sites   Hosting   Support   XML-RPC 

Search



xmlrpc >> interfaces >> messages >> messages: create
<< Previous | | Next >>

messages: create

Interface: messages
Method: create

Description:
Create a new message.

Required Parameters:

  • zoneId: [ string ] Unique identifier of a zone.
  • convId: [ string ] Unique identifier of a conversation. This will be the name of the conversation as it appears in the admin interface.

Optional Parameters:

  • subject
  • body: [string] The body of the message.
  • inReplyTo
  • creatorAddress: [ email address ] userId of a member who will show as the creator of the message.
  • creatorName
  • creationDate
  • labelId: [ string ] Unique identifier of a label.

Returns:

Last update: 12/26/2001

xmlrpc >> interfaces >> messages >> messages: create