You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Content Manager is able to generate a new command that ends up in the commands stream index.
The Content Manager generates a new command whenever new content is available (this is, when it fetches new content from the CTI API and the content has been correctly patched in the index).
Implementation restrictions
Use the POST /commands endpoint exposed by the Command Manager is used to generate the command.
Implementation of units tests.
Implementation of error handling.
Plan
Command definition.
Command Manager client implementation.
The text was updated successfully, but these errors were encountered:
Description
On new content, the Content Manager generates a command via the Command Manager to notify the Engine to pull the new content.
The
POST /commands
endpoint exposed by the Command Manager is used to generate the command.Functional requirements
Implementation restrictions
POST /commands
endpoint exposed by the Command Manager is used to generate the command.Plan
The text was updated successfully, but these errors were encountered: