Hi there,
In your documentation, you state that with
client.add_conversation_links!("cnv_55c8c149", {
link_links: ["https://example.com"]
})
one can add URLs to a conversation.
Now, this works great, but what I want is to add links with a name. I know I can do that via the Links API, but how can I do that with the add_conversation_links! method?
Thanks!
P.S.: According to your API documentation the parameter is called link_external_urls and not link_links.