Add Pronouns for User

Fetch the alejo.io pronouns for a given Twitch user
Preview
Preview
If a user has not configured their pronouns on alejo.io, a single variable will be populated:
userFound: false
Secondary pronouns are not supported

Parameters

User Loginrequired
Text

Twitch username of the user to fetch pronouns for

Variable Prefix
Text

Optional prefix to append to the resulting variables, to allow multiple uses of this sub-action within a single action.

For example, if variable prefix is user-one, the resulting variables would consist of user-one.pronounObject, user-one.pronounSubject, and so on.

Variables

The following variables will be populated after executing this sub-action:

Description
pronounCurrentTensestring

The pronoun in the current tense

Example: Are
pronounCurrentTenseLowerstring

The lowercase pronoun in the current tense

Example: are
pronounLastCachedDateTime

The date and time when the pronouns where last cached

Example: 2024-03-02 13:00:47
pronounObjectstring

The pronoun object

Example: Them
pronounObjectLowerstring

The pronoun object in lowercase

Example: them
pronounPastTensestring

The pronoun in the past tense

Example: Were
pronounPastTenseLowerstring

The past tense pronoun in lowercase

Example: were
pronounPluralLowerstring

The pronoun plural in lowercase

pronounPossessivestring

The possessive pronoun

Example: Their
pronounPossessiveLowerstring

The possessive pronoun in lowercase

Example: their
pronounPronounstring

The user's pronoun

Example: Theirs
pronounPronounLowerstring

The user's pronoun in lowercase

Example: theirs
pronounReflexivestring

The reflexive pronoun

Example: Themselves
pronounReflexiveLowerstring

The reflexive pronoun in lowercase

Example: themselves
pronounSubjectstring

The pronoun subject

Example: They
pronounSubjectLowerstring

The pronoun subject in lowercase

Example: they
pronounsstring

The full pronouns from the user

Example: (They/Them)