APIs & Integrations

jackey-jackey
Member

Create a channel account

I get an error when I use the Create a channel account api, and the message is:
{"status":"error","message":"internal error","correlationId":"70bb72d8-7fcd-474d-8a28-22dd5cb6af87"}

url = f"https://api.hubapi.com/conversations/v3/custom-channels/{channelId}/channel-accounts"
method='POST'

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

Create a channel account

Hey, @jackey-jackey 👋 Thanks for posting! Can you share an example request body, please? It will help in trying to reproduce the error. 

 

Thanks! — Jaycee


Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success.
Don't miss this opportunity to connect and grow—reserve your spot today!


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes
jackey-jackey
Member

Create a channel account

Because I'm worried about data leakage, I have encrypted the channel_id and InboxId. If you need the exact IDs, can we contact each other via email?

- Method: POST

- ChannelId: 7465xx

- InboxId: 21916xx

- DeliveryIdentifier: {"type": "string", "value": "Kun.Jing@advyzon.com"}

- URL: fhttps://api.hubapi.com/conversations/v3/custom-channels/7465xx/channel-accounts
- payload = {
                "authorized": True,
                 "name": "jackey-channel",
                "deliveryIdentifier": {"type": "string", "value": "Kun.Jing@advyzon.com"},
                "inboxId": 21916xx
            }

0 Upvotes