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
Example request
{
"intelligenceConfigurationId": "intelligence_configuration_01k6fc25s7epm9qtk8rszbv3q5",
"ruleId": "intelligence_configurationrule_01k6fc25s7epm9qtk8rszbv3q6",
"conversationId": "conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2"
}Response
Rule execution queued.