Create room from template with API

Hi, I want to integrate Heybase into the website. I want to implement the this API

below is my curl code

curl --request POST
–url https://api.heybase.io/api/v1/rooms/template
–header ‘accept: application/json’
–header 'authorization: xxxxxxxxxxxxxxxxxxxx
–header ‘content-type: application/json’
–data ’
{
“roomName”: “Duplicated Room name”,
“templateId”: “662a47f002d99783914725ee”,
“sample_cart”: “bold text
}

and below is the API output

------------------Out Put------------------
stdClass Object
(
[roomId] => 663a11ff532775f919591b39
)

Now the issue is, The API should duplicate a template and create a room. But it is creating fresh new empty room and it is not using the custom variable.

Can anyone please look into the above and let me know what could be the possible solution.

Hi @vas, Our APIs are due for an update, we will fix them soon.

Hi, can you let me know the ETA on this as before purchasing we checked what can and can’t be done with the API for our use case. We were told what we needed to do was fine.

Please advise asap on when this will be done as without the API working properly we can’t use Heybase for our intended use.

We’re planning to launch Funnels with Embeddable Lead forms. This will allow your use-case to be achieved without the API. The launch is expected within the next month.

Ok thanks for your update. Please let me know as soon as the API bugs are fixed.

Sure! will post an update here

Hi Shubham, can you let me know based on our use case and what we’re trying to achieve, what has changed in your API since we last communicated in May?
We’re at a standstill on our project implementation at the moment and really need to get this working.

I have been trying to create a room via API using a Template and it creates a blank room. When I try to get details via API of a created room, there is no link provided to access that room. When I try to add people to a newly created room, the API times out.