I include a url into an update and it is displayed in full and works fine. But I want to choose the displayed text, instead of showing the full url. How can I do this?
Page 1 / 1
Hello again,
I just saw your other topic.
You can do it like this via API:
mutation{
create_update(item_id:1234567890, body: "<a href='https://www.google.com/'>Text</a>") {
id
}
}
Let us know if you have any other questions!
Cheers,
Matias
Reply
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.