Skip to main content

Page card button text and custom URL

What's new

Two new optional fields are available on pages: button_text (the label shown on the page card button) and custom_url (a URL the card links to instead of the page itself). Both are nullable; button_text is capped at 100 characters and custom_url must be a valid URI.

Impact

You can now render a custom call-to-action button on a page card and route the click to an arbitrary URL — useful for promo cards that link to external campaigns or to a different in-app destination.

Changes

ResourceChange
get_pagesAdded optional button_text and custom_url to each item and its parent in the response
create_pageAdded optional button_text and custom_url to the request and response
get_pageAdded optional button_text and custom_url to the response (including parent)
update_pageAdded optional button_text and custom_url to the request and response
bulk_update_pageAdded optional button_text and custom_url to each item in the request and response
translate_pageAdded optional button_text to the request and both fields to the response

Upgrade

  • No action required. Existing requests continue to work; populate the new fields only when you want a custom button label or a non-default link target on the page card.

Need help?
Contact our integration team at [email protected]