Chatter Platform API
Prompts
How to use prompts from Chatter Platform
Accessing a prompt
Render Prompt
You prompts likely contain some variables that you want to replace with values from your code. This can be
done via the render_prompt
method. This method takes in the prompt_id
of the prompt you would like to render
and then a dictionary of variables to replace in the prompt. The dictionary should be in the format of
{'VARIABLE_NAME': 'VARIABLE_VALUE'}
.