(→Send) |
|||
Line 8: | Line 8: | ||
<pre> | <pre> | ||
{ | { | ||
− | "operationName":"Send", | + | "operationName":"Send", |
− | "queueName": name of the queue where to place outbound Twitter interactions, | + | "queueName": name of the queue where to place outbound Twitter interactions, |
− | "replyText": user generated text, | + | "replyText": user generated text, |
− | "monitorKey": name of the Twitter monitor chosen by the User during create posts | + | "monitorKey": name of the Twitter monitor chosen by the User during create posts |
} | } | ||
</pre> | </pre> | ||
Line 19: | Line 19: | ||
<pre> | <pre> | ||
{ | { | ||
− | "statusCode": 0 | + | "statusCode": 0 |
} | } | ||
</pre> | </pre> | ||
Line 25: | Line 25: | ||
<pre> | <pre> | ||
{ | { | ||
− | "statusCode": an integer value above 0, | + | "statusCode": an integer value above 0, |
− | "statusMessage":details | + | "statusMessage":details |
} | } | ||
</pre> | </pre> |
Revision as of 17:23, March 23, 2014
Send
This operation is used to send agent created data to the Twitter API for publishing.
HTTP Request
POST on /me/interactions/{id}
{ "operationName":"Send", "queueName": name of the queue where to place outbound Twitter interactions, "replyText": user generated text, "monitorKey": name of the Twitter monitor chosen by the User during create posts }
HTTP Response
Success
{ "statusCode": 0 }
Failure
{ "statusCode": an integer value above 0, "statusMessage":details }
For details on the statusCode value, please refer to the All Methods sub-section of the Return Values section.
Comments or questions about this documentation? Contact us for support!