Link Action
Overview
Displays a card with a customizable title, Markdown content, and button link. Used to encourage visiting the link.
.
Legacy Link Actions (created before 01/22/2021) can render as a plain embedded link or embeddable content (Youtube, Typeform) if the content field is empty. These should now be rendered via the Embed block.
Legacy Link Action can render as a Call To Action card if the
template
field is set tocta
.Link Actions can be used to control the content on the Quiz Results page for Voter Registration quizzes.
Content Type Fields
Internal Title: This is for our internal Contentful organization and will be how the block shows up in search results, etc. (does not display to the user on the page).
Title: The Link Action title displayed atop the card.
Content (optional): The Link Action content (Markdown format) displayed within the card above the button.
Link: A valid Absolute URL or Tel link usedas the button destination. Supported the
userId
&northstarId
(assigned to the current user's ID),campaignId
(assigned to the current Campaign's Campaign ID),campaignRunId
(assigned to0
), andsource
(derived from theutm_source
query parameter defaulting toweb
) tokens (within {} e.g.https://dosomething.org?userId={userId}
).Button Text (optional): The text displayed in the button (defaults to "Visit link").
Additional Content: (optional): Any custom settings for this page in JSON format:
sourceDetails
: See Voter Registration Quiz
Last updated