create-pod
ChatGPTCreate a new sales room (Pod). Requires
title. For a template-based Pod, call search-templates first and pass the chosen template id as templateId. Set input variables as a key-value map using exact keys from that row's variableNames (values are shown in the live pod placeholders). recipientCompany and value set pod prospect/deal fields only—they do not auto-fill placeholder keys. Omit templateId for a blank Pod. On success, structuredContent includes `variables`: an array of { variableName, value, isMissing } for each template placeholder. If any isMissing is true, call `update-pod-variables` or ask the user. Also returns `id`, `title`, `primaryUrl`, `shareUrl`, `recipientCompany`, `status`. Use `primaryUrl` as the default next step. On failure: isError: true, error in text only (no structuredContent).





