latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-131860281.6 KB

3a830979326d

RuleExecutions

Manually queue a rule execution

Resolves the given configuration, rule, and conversation, derives the memoryStoreId from the conversation's configuration. Then executes the rule on the conversation.

post/v3/RuleExecutions

Request body

intelligenceConfigurationIdstring required

Unique identifier for a Intelligence Configuration that generated the Operator Result. Assigned by Twilio (TTID).

ruleIdstring required

Unique identifier of the rule of the Intelligence Configuration that triggered the result. Assigned by Twilio (TTID).

conversationIdstring required

The id of the Conversation attached to the Operator Result.

Example request

{
  "intelligenceConfigurationId": "intelligence_configuration_01k6fc25s7epm9qtk8rszbv3q5",
  "ruleId": "intelligence_configurationrule_01k6fc25s7epm9qtk8rszbv3q6",
  "conversationId": "conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2"
}

Response

Rule execution queued.