Send a message in an active Pimea session. Use this to answer Pimea's clarifying questions about the user's marketing situation.
You can answer on behalf of the user using context from the conversation when possible. Only ask the user directly if you genuinely lack the information.
When the response status is "complete", call pimea_get_answer to retrieve the final grounded deliverable.
Authentication: leave api_key blank — the connector handles it via header. Only set it as a fallback if the connector cannot send custom headers.
Args:
session_id: The session UUID from pimea_start_session
message: Response to Pimea's question
api_key: Optional fallback only. Normally leave blank.
Connector