Advanced
Creating a mention
Learn how to create a form with a mention using the Tally API
Prerequisites
- A Tally account
- An API key
Request
To create a form with a mention, you’ll need to send a POST request with the form blocks, including the mentions as part of the TITLE
block.
Response
The API will respond with a 200 status code and return the newly created form:
Your form will now be created with a mention of the name
hidden field.
Which can be auto populated using the name
query parameter.