Revision as of 17:24, March 23, 2014 by Clondon (talk | contribs) (Create)
Jump to: navigation, search

Create

This operation can be performed to create a new interaction of type Twitter. The new interaction data will arrive via CometD notification.

HTTP Request

POST on /me/interactions/

{
  "operationName":"Create",
  "queueName":name-of-queue-where to store the interaction (e.g. Twitter Outbound Queue),
  "channel":"Twitter"
  "interactionType":type of the interaction to be created (e.g. Outbound),
  "interactionSubType":subtype of the interaction to be crated (e.g. OutboundNew)
}

HTTP Response

Success

{
  "statusCode": 0
}

Failure

{
  "statusCode": an integer value above 0,
  "statusMessage":details
}
Comments or questions about this documentation? Contact us for support!