Connect custom GPT with confluence

Hello,

I am trying to connect my custom GPT model with Confluence Cloud. I’ve been using Basic authentication with a base64-encoded “email:apitoken” string, but my custom GPT is unable to establish a connection. In contrast, Confluence Cloud typically uses the “–user email:apitoken” format for authentication.

Is there a way to successfully connect my custom GPT model with Confluence Cloud?

Thank you for your assistance.

I’m having a similar issue. Trying to enable my GPT to connect to my Jira instance and create issues on my behalf. I’m using Basic Auth, and I can submit GET requests successfully, but any POST request generates a rejection on XSRF grounds. I’ve tried submitting the X-Atlassian-Token header without success.

The same POST request goes through just fine if I submit it via an external REST Client (I’m using the VS Code extension).

Halp? This would be a huge win for my work processes.