I’m working on a fun, friends and family base for recording daily quiz results (Wordle etc.).
The idea is that people can use an iOS shortcut to parse their score and past it to an Airtable base using the API.
The eventual goal is to build a friends and family league for these types of games and maybe use interfaces to display the league.
I’ve got the shortcut working for the most part in so much as I have game name, the game #, date and number of attempts to successfully get the answer working.
However I thought it would be nice to bring through the visual representation of the attempts - this is the bit normally displayed using emoji.
For example…
:brown_square: :brown_square: :orange_square: :orange_square: :yellow_square: :yellow_square: :green_square: :star2:
:arrow_up_small: :arrow_up_small: :arrow_up_small: :arrow_up_small: :arrow_up_small: :arrow_up_small: :hammer: :star2:
I was simply going to add these lines as a multi line text field in the base but I am stuck on how to pass it via the json / API.
Can anyone tell me if it is possible to include emoji in a json to be passed to the Airtable API?
If so, is there a proper way to format or encode them?