Schemas
Condition
fieldSlugoperatorfieldValueComplexCondition
operatorPagingEnvelope
nextOffsetOffset to use to fetch the next page
previousOffsetOffset of the previous page
totalTotal number of matching records. Only present when previous offset is zero
Member
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
externalIdThe external identifier for the member This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
firstNameThe first name of the member
lastNameThe last name of the member
emailThe email address of the member
phoneNumber^\+?[1-9]\d{1,14}$The phone number of the member in E.164 format (+
isEmailUnsubscribedWhether the member has unsubscribed from emails
preferredLanguageCodeThe preferred language of the user. If not passed while creation, it will take account default language.
MemberCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
externalIdThe external identifier for the member This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
firstNameThe first name of the member
lastNameThe last name of the member
emailThe email address of the member
phoneNumber^\+?[1-9]\d{1,14}$The phone number of the member in E.164 format (+
isEmailUnsubscribedWhether the member has unsubscribed from emails
preferredLanguageCodeThe preferred language of the user. If not passed while creation, it will take account default language.
MemberUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
externalIdThe external identifier for the member This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
firstNameThe first name of the member
lastNameThe last name of the member
emailThe email address of the member
phoneNumber^\+?[1-9]\d{1,14}$The phone number of the member in E.164 format (+
isEmailUnsubscribedWhether the member has unsubscribed from emails
preferredLanguageCodeThe preferred language of the user. If not passed while creation, it will take account default language.
Streak
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the streak
descriptionA brief description of the streak
completionTargetValueThe target value that needs to be achieved to complete the streak. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the completion target value would be 7.
The milestones associated with the streak
aggregationMethodThe method used for aggregating progress. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation method would be Sum. If the user needs to visit the store twice every day for 7 days, the aggregation method would be Count.
aggregationPeriodThe period over which progress is aggregated. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation period would be Daily. If the user needs to spend $500 every week for 4 weeks to complete the streak, the aggregation period would be Weekly.
aggregationTargetValueThe target value for aggregation to complete the period. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation target value would be 100. If the user needs to visit the store twice every day for 7 days, the aggregation target value would be 2.
eudTitleThe title of the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description of the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the streak for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudInProgressLabelThe label to display when the streak is in progress for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedLabelThe label to display when the streak is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNotStartedLabelThe label to display when the streak is not started for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudBrokenLabelThe label to display when the streak is broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNonMilestoneNextToBeAchievedMessageThe message to display for the next non-milestone progress in the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNonMilestoneAchievedMessageThe message to display for already achieved non-milestone progress in the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedStreakMessageThe message to display when the streak is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudBrokenStreakMessageThe message to display when the streak is broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneNextToBeAchievedMessageThe message to display when the next milestone is to be achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneAchievedMessageThe message to display when a milestone is achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudViewDetailsButtonTextThe text to display for the view details button for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudToBeBrokenStreakMessageThe message to display when the streak is to be broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
StreakCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the streak
descriptionA brief description of the streak
completionTargetValueThe target value that needs to be achieved to complete the streak. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the completion target value would be 7.
aggregationMethodThe method used for aggregating progress. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation method would be Sum. If the user needs to visit the store twice every day for 7 days, the aggregation method would be Count.
aggregationPeriodThe period over which progress is aggregated. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation period would be Daily. If the user needs to spend $500 every week for 4 weeks to complete the streak, the aggregation period would be Weekly.
aggregationTargetValueThe target value for aggregation to complete the period. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation target value would be 100. If the user needs to visit the store twice every day for 7 days, the aggregation target value would be 2.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
eudTitleThe title of the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description of the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the streak for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudInProgressLabelThe label to display when the streak is in progress for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedLabelThe label to display when the streak is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNotStartedLabelThe label to display when the streak is not started for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudBrokenLabelThe label to display when the streak is broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNonMilestoneNextToBeAchievedMessageThe message to display for the next non-milestone progress in the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNonMilestoneAchievedMessageThe message to display for already achieved non-milestone progress in the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedStreakMessageThe message to display when the streak is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudBrokenStreakMessageThe message to display when the streak is broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneNextToBeAchievedMessageThe message to display when the next milestone is to be achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneAchievedMessageThe message to display when a milestone is achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudViewDetailsButtonTextThe text to display for the view details button for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudToBeBrokenStreakMessageThe message to display when the streak is to be broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
StreakUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the streak
descriptionA brief description of the streak
completionTargetValueThe target value that needs to be achieved to complete the streak. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the completion target value would be 7.
aggregationMethodThe method used for aggregating progress. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation method would be Sum. If the user needs to visit the store twice every day for 7 days, the aggregation method would be Count.
aggregationPeriodThe period over which progress is aggregated. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation period would be Daily. If the user needs to spend $500 every week for 4 weeks to complete the streak, the aggregation period would be Weekly.
aggregationTargetValueThe target value for aggregation to complete the period. For example, if the user needs to spend $100 every day for 7 days to complete the streak, the aggregation target value would be 100. If the user needs to visit the store twice every day for 7 days, the aggregation target value would be 2.
eudTitleThe title of the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description of the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the streak for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudInProgressLabelThe label to display when the streak is in progress for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedLabelThe label to display when the streak is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNotStartedLabelThe label to display when the streak is not started for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudBrokenLabelThe label to display when the streak is broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNonMilestoneNextToBeAchievedMessageThe message to display for the next non-milestone progress in the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNonMilestoneAchievedMessageThe message to display for already achieved non-milestone progress in the streak for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedStreakMessageThe message to display when the streak is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudBrokenStreakMessageThe message to display when the streak is broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneNextToBeAchievedMessageThe message to display when the next milestone is to be achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneAchievedMessageThe message to display when a milestone is achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudViewDetailsButtonTextThe text to display for the view details button for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudToBeBrokenStreakMessageThe message to display when the streak is to be broken for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
Challenge
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the challenge Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the challenge
completionTargetValueThe target value to complete the challenge. For example, if the challenge is to spend $100 in a day, the completion target value would be 100. If the challenge is to visit the store 3 times in a week, the completion target value would be 3.
The milestones associated with the challenge
aggregationMethodThe method used for aggregating progress. For example, if the user needs to spend $100 in a day to complete the challenge, the aggregation method would be Sum. If the user needs to visit the store twice in a week to complete the challenge, the aggregation method would be Count.
aggregationPeriodThe period over which progress is aggregated. For example, if the user needs to spend $100 in a day to complete the challenge, the aggregation period would be Daily. If the user needs to spend $500 in a week to complete the challenge, the aggregation period would be Weekly.
eudTitleThe title for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the challenge for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudInProgressLabelThe label to display when the challenge is in progress for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedLabelThe label to display when the challenge is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNotStartedLabelThe label to display when the challenge is not started for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudFailedLabelThe label to display when the challenge is failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedChallengeMessageThe message to display when the challenge is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudFailedChallengeMessageThe message to display when the challenge is failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneNextToBeAchievedMessageThe message to display when the next milestone is to be achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudViewDetailsButtonTextThe text to display for the view details button for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudToBeFailedChallengeMessageThe message to display when the challenge is to be failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
ChallengeCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the challenge Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the challenge
completionTargetValueThe target value to complete the challenge. For example, if the challenge is to spend $100 in a day, the completion target value would be 100. If the challenge is to visit the store 3 times in a week, the completion target value would be 3.
aggregationMethodThe method used for aggregating progress. For example, if the user needs to spend $100 in a day to complete the challenge, the aggregation method would be Sum. If the user needs to visit the store twice in a week to complete the challenge, the aggregation method would be Count.
aggregationPeriodThe period over which progress is aggregated. For example, if the user needs to spend $100 in a day to complete the challenge, the aggregation period would be Daily. If the user needs to spend $500 in a week to complete the challenge, the aggregation period would be Weekly.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
eudTitleThe title for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the challenge for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudInProgressLabelThe label to display when the challenge is in progress for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedLabelThe label to display when the challenge is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNotStartedLabelThe label to display when the challenge is not started for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudFailedLabelThe label to display when the challenge is failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedChallengeMessageThe message to display when the challenge is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudFailedChallengeMessageThe message to display when the challenge is failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneNextToBeAchievedMessageThe message to display when the next milestone is to be achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudViewDetailsButtonTextThe text to display for the view details button for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudToBeFailedChallengeMessageThe message to display when the challenge is to be failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
ChallengeUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the challenge Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the challenge
completionTargetValueThe target value to complete the challenge. For example, if the challenge is to spend $100 in a day, the completion target value would be 100. If the challenge is to visit the store 3 times in a week, the completion target value would be 3.
aggregationMethodThe method used for aggregating progress. For example, if the user needs to spend $100 in a day to complete the challenge, the aggregation method would be Sum. If the user needs to visit the store twice in a week to complete the challenge, the aggregation method would be Count.
aggregationPeriodThe period over which progress is aggregated. For example, if the user needs to spend $100 in a day to complete the challenge, the aggregation period would be Daily. If the user needs to spend $500 in a week to complete the challenge, the aggregation period would be Weekly.
eudTitleThe title for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the challenge for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudInProgressLabelThe label to display when the challenge is in progress for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedLabelThe label to display when the challenge is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudNotStartedLabelThe label to display when the challenge is not started for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudFailedLabelThe label to display when the challenge is failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudCompletedChallengeMessageThe message to display when the challenge is completed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudFailedChallengeMessageThe message to display when the challenge is failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneNextToBeAchievedMessageThe message to display when the next milestone is to be achieved for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudViewDetailsButtonTextThe text to display for the view details button for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudToBeFailedChallengeMessageThe message to display when the challenge is to be failed for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
Milestone
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaSlugThe slug of the linked schema associated with the milestone Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaRecordIdThe ID of the linked schema record associated with the milestone Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the milestone
descriptionA brief description of the milestone
milestoneTargetValueThe target value at which the milestone is achieved. For example, if you are running a streak where the user needs to spend $100 every day for 7 days, you can set a milestone at 3rd day to reward users when they spend $100 for 3 consecutive days. In this case, the milestone target value would be 3. If you are running a challenge where the user needs to visit the store 5 times in a week, you can set a milestone at 4th visit to reward users when they visit the store for the 4th time. In this case, the milestone target value would be 4.
eudTitleThe title for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the streak milestone for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudMilestoneRewardInstructionMessageThe instruction message to display for the milestone for end-user display on how to use the milestone offer once the milestone is achieved This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneRewardTitleThe title of the milestone reward for end-user display when the milestone is achieved This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
MilestoneCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaSlugThe slug of the linked schema associated with the milestone Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaRecordIdThe ID of the linked schema record associated with the milestone Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the milestone
descriptionA brief description of the milestone
milestoneTargetValueThe target value at which the milestone is achieved. For example, if you are running a streak where the user needs to spend $100 every day for 7 days, you can set a milestone at 3rd day to reward users when they spend $100 for 3 consecutive days. In this case, the milestone target value would be 3. If you are running a challenge where the user needs to visit the store 5 times in a week, you can set a milestone at 4th visit to reward users when they visit the store for the 4th time. In this case, the milestone target value would be 4.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
eudTitleThe title for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the streak milestone for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudMilestoneRewardInstructionMessageThe instruction message to display for the milestone for end-user display on how to use the milestone offer once the milestone is achieved This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneRewardTitleThe title of the milestone reward for end-user display when the milestone is achieved This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
MilestoneUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaSlugThe slug of the linked schema associated with the milestone Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaRecordIdThe ID of the linked schema record associated with the milestone Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the milestone
descriptionA brief description of the milestone
milestoneTargetValueThe target value at which the milestone is achieved. For example, if you are running a streak where the user needs to spend $100 every day for 7 days, you can set a milestone at 3rd day to reward users when they spend $100 for 3 consecutive days. In this case, the milestone target value would be 3. If you are running a challenge where the user needs to visit the store 5 times in a week, you can set a milestone at 4th visit to reward users when they visit the store for the 4th time. In this case, the milestone target value would be 4.
eudTitleThe title for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudDescriptionThe description for end-user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the streak milestone for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
eudMilestoneRewardInstructionMessageThe instruction message to display for the milestone for end-user display on how to use the milestone offer once the milestone is achieved This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudMilestoneRewardTitleThe title of the milestone reward for end-user display when the milestone is achieved This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
StreakProgress
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
streakIdThe streak ID associated with the progress Filterable - this field can be used as fieldSlug in a Condition.
uniqueIdentifierA composite key to ensure uniqueness of streak progress. This is a combination of streakId and ownedById. This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
currentProgressValueThe current progress value for the streak
streakProgressStatusThe status of the streak progress (e.g., completed, in_progress, broken)
streakStartedAtThe datetime when the streak was started
streakCompletedAtThe datetime when the streak was completed
streakBrokenAtThe datetime when the streak was broken
streakToBeBrokenAtThe datetime when the streak is to be broken
isStreakToBeBrokenProcessedIs streak to be broken processed
The progress of the tasks
StreakLog
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
streakIdThe ID of the associated streak Filterable - this field can be used as fieldSlug in a Condition.
activityIdThe ID of the activity Filterable - this field can be used as fieldSlug in a Condition.
activityAtThe datetime of the activity Filterable - this field can be used as fieldSlug in a Condition.
activityValueThe value associated with the activity
The associated streak
The associated streak progress
The associated task progress
The associated achieved milestone
The associated next milestone
The associated achieved milestone reward log
uniqueIdentifierA unique identifier for the streak log entry to prevent duplicates This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
StreakLogCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
streakIdThe ID of the associated streak Filterable - this field can be used as fieldSlug in a Condition.
activityIdThe ID of the activity Filterable - this field can be used as fieldSlug in a Condition.
activityAtThe datetime of the activity Filterable - this field can be used as fieldSlug in a Condition.
uniqueIdentifierA unique identifier for the streak log entry to prevent duplicates This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
activityValueThe value associated with the activity
ChallengeLog
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
challengeIdThe ID of the associated challenge Filterable - this field can be used as fieldSlug in a Condition.
activityIdThe ID of the activity Filterable - this field can be used as fieldSlug in a Condition.
activityAtThe datetime of the activity Filterable - this field can be used as fieldSlug in a Condition.
activityValueThe value associated with the activity
uniqueIdentifierA unique identifier for the challenge log entry to prevent duplicates This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
The associated challenge
The associated challenge progress
The associated achieved milestones
The associated achieved milestone
The associated next milestone
The associated achieved milestone reward logs
The associated achieved milestone reward log
ChallengeLogCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
challengeIdThe ID of the associated challenge Filterable - this field can be used as fieldSlug in a Condition.
activityIdThe ID of the activity Filterable - this field can be used as fieldSlug in a Condition.
activityAtThe datetime of the activity Filterable - this field can be used as fieldSlug in a Condition.
uniqueIdentifierA unique identifier for the challenge log entry to prevent duplicates This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
activityValueThe value associated with the activity
TaskProgress
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaSlugThe slug of the associated linked schema
linkedSchemaRecordIdThe ID of the associated linked schema record
uniqueIdentifierA composite key to ensure uniqueness for the task progress. This is a combination of linkedSchemaSlug, linkedSchemaRecordId, ownedById and progressPeriodKey to ensure uniqueness. This field is a unique field.
currentProgressValueThe current progress value for the task
progressPeriodKeyThe period key representing the time period for the progress. E.g., for daily tasks, this could be the date string(YYYY-MM-DD). For weekly tasks, this could be the year and week number(YYYY-WW). For monthly tasks, this could be the year and month (YYYY-MM).
taskProgressStatusThe status of the task progress (e.g., completed, in_progress)
progressCompletedAtThe datetime when the progress was completed
progressStartedAtThe datetime when the progress was started
ChallengeProgress
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
challengeIdThe challenge ID associated with the progress Filterable - this field can be used as fieldSlug in a Condition.
uniqueIdentifierA composite key to ensure uniqueness of challenge progress. This is a combination of challengeId and ownedById. This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
currentProgressValueThe current progress value for the challenge
challengeProgressStatusThe status of the challenge progress (e.g., completed, in_progress, failed)
challengeStartedAtThe datetime when the challenge was started
challengeCompletedAtThe datetime when the challenge was completed
challengeFailedAtThe datetime when the challenge failed
challengeToBeFailedAtThe datetime when the challenge is to be failed
isChallengeToBeFailedProcessedWhether the challenge to be failed has been processed
The progress of the tasks
Upload
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the upload
urlThe URL of the upload
mimeTypeThe MIME type of the uploaded file
sizeThe size of the uploaded file in bytes
schemaSlugThe slug of the schema the upload is associated with
fieldSlugThe slug of the field the upload is associated with
UploadCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
fileThe uploaded file
schemaSlugThe slug of the schema the upload is associated with
fieldSlugThe slug of the field the upload is associated with
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
Theme
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the theme
descriptionA brief description of the theme
primaryColor^rgba\(\s*(25[0-5]|2…primaryContrastTextColor^rgba\(\s*(25[0-5]|2…secondaryColor^rgba\(\s*(25[0-5]|2…secondaryContrastTextColor^rgba\(\s*(25[0-5]|2…primaryTextColor^rgba\(\s*(25[0-5]|2…secondaryTextColor^rgba\(\s*(25[0-5]|2…backgroundColor^rgba\(\s*(25[0-5]|2…surfaceColor^rgba\(\s*(25[0-5]|2…errorColor^rgba\(\s*(25[0-5]|2…successColor^rgba\(\s*(25[0-5]|2…warningColor^rgba\(\s*(25[0-5]|2…infoColor^rgba\(\s*(25[0-5]|2…defaultColor^rgba\(\s*(25[0-5]|2…fontFamilyThe name of the Google Font to be used in the application. For example, "Roboto", "Open Sans", etc.
componentButtonBorderRadiuscomponentCardBackgroundColor^rgba\(\s*(25[0-5]|2…componentCardBorderColor^rgba\(\s*(25[0-5]|2…componentCardBorderWidthcomponentCardBorderRadiuscomponentCardBoxShadowcomponentCardTitleTextColor^rgba\(\s*(25[0-5]|2…componentCardTitleFontSizecomponentCardSubtitleTextColor^rgba\(\s*(25[0-5]|2…componentCardSubtitleFontSizecomponentCardBodyTextColor^rgba\(\s*(25[0-5]|2…componentCardBodyFontSizeThemeCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the theme
descriptionA brief description of the theme
primaryColor^rgba\(\s*(25[0-5]|2… · requiredprimaryContrastTextColor^rgba\(\s*(25[0-5]|2… · requiredsecondaryColor^rgba\(\s*(25[0-5]|2… · requiredsecondaryContrastTextColor^rgba\(\s*(25[0-5]|2… · requiredprimaryTextColor^rgba\(\s*(25[0-5]|2… · requiredsecondaryTextColor^rgba\(\s*(25[0-5]|2… · requiredbackgroundColor^rgba\(\s*(25[0-5]|2… · requiredsurfaceColor^rgba\(\s*(25[0-5]|2… · requirederrorColor^rgba\(\s*(25[0-5]|2… · requiredsuccessColor^rgba\(\s*(25[0-5]|2… · requiredwarningColor^rgba\(\s*(25[0-5]|2… · requiredinfoColor^rgba\(\s*(25[0-5]|2… · requireddefaultColor^rgba\(\s*(25[0-5]|2… · requiredfontFamilyThe name of the Google Font to be used in the application. For example, "Roboto", "Open Sans", etc.
componentButtonBorderRadiuscomponentCardBackgroundColor^rgba\(\s*(25[0-5]|2… · requiredcomponentCardBorderColor^rgba\(\s*(25[0-5]|2… · requiredcomponentCardBorderWidthcomponentCardBorderRadiuscomponentCardTitleTextColor^rgba\(\s*(25[0-5]|2… · requiredcomponentCardTitleFontSizecomponentCardSubtitleTextColor^rgba\(\s*(25[0-5]|2… · requiredcomponentCardSubtitleFontSizecomponentCardBodyTextColor^rgba\(\s*(25[0-5]|2… · requiredcomponentCardBodyFontSizeisArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
componentCardBoxShadowThemeUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the theme
descriptionA brief description of the theme
primaryColor^rgba\(\s*(25[0-5]|2…primaryContrastTextColor^rgba\(\s*(25[0-5]|2…secondaryColor^rgba\(\s*(25[0-5]|2…secondaryContrastTextColor^rgba\(\s*(25[0-5]|2…primaryTextColor^rgba\(\s*(25[0-5]|2…secondaryTextColor^rgba\(\s*(25[0-5]|2…backgroundColor^rgba\(\s*(25[0-5]|2…surfaceColor^rgba\(\s*(25[0-5]|2…errorColor^rgba\(\s*(25[0-5]|2…successColor^rgba\(\s*(25[0-5]|2…warningColor^rgba\(\s*(25[0-5]|2…infoColor^rgba\(\s*(25[0-5]|2…defaultColor^rgba\(\s*(25[0-5]|2…fontFamilyThe name of the Google Font to be used in the application. For example, "Roboto", "Open Sans", etc.
componentButtonBorderRadiuscomponentCardBackgroundColor^rgba\(\s*(25[0-5]|2…componentCardBorderColor^rgba\(\s*(25[0-5]|2…componentCardBorderWidthcomponentCardBorderRadiuscomponentCardBoxShadowcomponentCardTitleTextColor^rgba\(\s*(25[0-5]|2…componentCardTitleFontSizecomponentCardSubtitleTextColor^rgba\(\s*(25[0-5]|2…componentCardSubtitleFontSizecomponentCardBodyTextColor^rgba\(\s*(25[0-5]|2…componentCardBodyFontSizeTemplate
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the streak
descriptionA brief description of the streak
loggedInTitleThe title to display to logged in users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedInSubTitleThe subtitle to display to logged in users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedOutTitleThe title to display to logged out users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedOutSubTitleThe subtitle to display to logged out users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
joinNowButtonTextThe button text to display to users for joining now This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
signupUrlThe URL to redirect users to for signing up This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
alreadyHaveAccountTextThe text to display to users who already have an account This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loginButtonTextThe button text to display to users for logging in This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loginUrlThe URL to redirect users to for logging in This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
streakSectionTitleThe title to display for the streak section in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noStreaksTextMessageThe text message to display when there are no streaks This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
challengeSectionTitleThe title to display for the challenge section in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noChallengesTextMessageThe text message to display when there are no challenges This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
genericErrorMessageThe generic error message to display in end user display when an error occurs This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardRedeemedLabelThe label to display for redeemed rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardExpiredLabelThe label to display for expired rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardIconThe icon of the reward for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
rewardsPageTitleThe title to display for your rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardsViewAllButtonTextThe button text to display for view all rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noRewardsTextMessageThe text message to display when there are no rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
copiedTextThe text to display when the reward code is copied in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
TemplateCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the streak
descriptionA brief description of the streak
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
loggedInTitleThe title to display to logged in users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedInSubTitleThe subtitle to display to logged in users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedOutTitleThe title to display to logged out users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedOutSubTitleThe subtitle to display to logged out users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
joinNowButtonTextThe button text to display to users for joining now This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
signupUrlThe URL to redirect users to for signing up This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
alreadyHaveAccountTextThe text to display to users who already have an account This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loginButtonTextThe button text to display to users for logging in This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loginUrlThe URL to redirect users to for logging in This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
streakSectionTitleThe title to display for the streak section in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noStreaksTextMessageThe text message to display when there are no streaks This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
challengeSectionTitleThe title to display for the challenge section in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noChallengesTextMessageThe text message to display when there are no challenges This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
genericErrorMessageThe generic error message to display in end user display when an error occurs This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardRedeemedLabelThe label to display for redeemed rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardExpiredLabelThe label to display for expired rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardIconThe icon of the reward for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
rewardsPageTitleThe title to display for your rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardsViewAllButtonTextThe button text to display for view all rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noRewardsTextMessageThe text message to display when there are no rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
copiedTextThe text to display when the reward code is copied in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
TemplateUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the streak
descriptionA brief description of the streak
loggedInTitleThe title to display to logged in users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedInSubTitleThe subtitle to display to logged in users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedOutTitleThe title to display to logged out users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loggedOutSubTitleThe subtitle to display to logged out users This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
joinNowButtonTextThe button text to display to users for joining now This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
signupUrlThe URL to redirect users to for signing up This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
alreadyHaveAccountTextThe text to display to users who already have an account This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loginButtonTextThe button text to display to users for logging in This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
loginUrlThe URL to redirect users to for logging in This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
streakSectionTitleThe title to display for the streak section in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noStreaksTextMessageThe text message to display when there are no streaks This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
challengeSectionTitleThe title to display for the challenge section in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noChallengesTextMessageThe text message to display when there are no challenges This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
genericErrorMessageThe generic error message to display in end user display when an error occurs This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardRedeemedLabelThe label to display for redeemed rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardExpiredLabelThe label to display for expired rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardIconThe icon of the reward for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
rewardsPageTitleThe title to display for your rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
rewardsViewAllButtonTextThe button text to display for view all rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
noRewardsTextMessageThe text message to display when there are no rewards in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
copiedTextThe text to display when the reward code is copied in end user display This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
FloatingWidget
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the floating widget
descriptionA brief description of the floating widget
eudTitleThe title displayed to end-users for the floating widget This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the floating widget for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
alignmentThe alignment of the floating widget on the screen
alignmentPositionXThe horizontal position of the floating widget based on the selected alignment. For example, if alignment is right, the position can be 20px from the right
alignmentPositionYThe vertical position of the floating widget. For example, it can be 30px from the bottom
backgroundColor^rgba\(\s*(25[0-5]|2…borderColor^rgba\(\s*(25[0-5]|2…borderWidthborderRadiusboxShadowtextColor^rgba\(\s*(25[0-5]|2…fontSizeFloatingWidgetCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the floating widget
descriptionA brief description of the floating widget
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
eudTitleThe title displayed to end-users for the floating widget This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the floating widget for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
alignmentThe alignment of the floating widget on the screen
alignmentPositionXThe horizontal position of the floating widget based on the selected alignment. For example, if alignment is right, the position can be 20px from the right
alignmentPositionYThe vertical position of the floating widget. For example, it can be 30px from the bottom
backgroundColor^rgba\(\s*(25[0-5]|2…borderColor^rgba\(\s*(25[0-5]|2…borderWidthborderRadiusboxShadowtextColor^rgba\(\s*(25[0-5]|2…fontSizeFloatingWidgetUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the floating widget
descriptionA brief description of the floating widget
eudTitleThe title displayed to end-users for the floating widget This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
eudIconThe icon of the floating widget for end-user display. Allowed file types: PNG, JPEG, JPG, GIF, SVG. Max size: 100 KB.
alignmentThe alignment of the floating widget on the screen
alignmentPositionXThe horizontal position of the floating widget based on the selected alignment. For example, if alignment is right, the position can be 20px from the right
alignmentPositionYThe vertical position of the floating widget. For example, it can be 30px from the bottom
backgroundColor^rgba\(\s*(25[0-5]|2…borderColor^rgba\(\s*(25[0-5]|2…borderWidthborderRadiusboxShadowtextColor^rgba\(\s*(25[0-5]|2…fontSizeRewardLog
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaSlugThe slug of the linked schema associated with the challenge milestone reward log Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaRecordIdThe ID of the associated record in the linked schema Filterable - this field can be used as fieldSlug in a Condition.
milestoneIdThe ID of the associated milestone Filterable - this field can be used as fieldSlug in a Condition.
The milestone associated with the streak
couponCodeThe coupon code for the reward Filterable - this field can be used as fieldSlug in a Condition.
rewardIssuedAtThe datetime when the reward was issued Filterable - this field can be used as fieldSlug in a Condition.
rewardRedeemedAtThe datetime when the reward was redeemed Filterable - this field can be used as fieldSlug in a Condition.
rewardExpiryAtThe datetime when the reward expires Filterable - this field can be used as fieldSlug in a Condition.
uniqueIdentifierA composite key to ensure uniqueness for the reward logs. This is a combination of milestoneId, ownedById and periodKey to ensure uniqueness. This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
periodKeyThe period key representing the time period for the progress. E.g., for daily tasks, this could be the date string(YYYY-MM-DD). For weekly tasks, this could be the year and week number(YYYY-WW). For monthly tasks, this could be the year and month (YYYY-MM).
RewardLogUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
linkedSchemaSlugThe slug of the linked schema associated with the challenge milestone reward log Filterable - this field can be used as fieldSlug in a Condition.
couponCodeThe coupon code for the reward Filterable - this field can be used as fieldSlug in a Condition.
rewardIssuedAtThe datetime when the reward was issued Filterable - this field can be used as fieldSlug in a Condition.
rewardRedeemedAtThe datetime when the reward was redeemed Filterable - this field can be used as fieldSlug in a Condition.
rewardExpiryAtThe datetime when the reward expires Filterable - this field can be used as fieldSlug in a Condition.
uniqueIdentifierA composite key to ensure uniqueness for the reward logs. This is a combination of milestoneId, ownedById and periodKey to ensure uniqueness. This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
Webhook
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the webhook This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the webhook
eventCodesThe event codes that trigger the webhook
endpointUrlThe URL to which the webhook will send requests
webhookSecretThe secret used to sign webhook requests for verification This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
WebhookCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the webhook This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
eventCodesThe event codes that trigger the webhook
endpointUrlThe URL to which the webhook will send requests
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the webhook
WebhookUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the webhook This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the webhook
eventCodesThe event codes that trigger the webhook
endpointUrlThe URL to which the webhook will send requests
WebhookLog
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
webhookIdThe ID of the webhook Filterable - this field can be used as fieldSlug in a Condition.
The webhook associated with the webhook log
eventLogIdsThe IDs of the event logs associated with the webhook log
The event logs associated with the webhook log
webhookLogStatusThe status of the webhook log Filterable - this field can be used as fieldSlug in a Condition.
retryCountThe number of times the webhook log has been retried
lastRetriedAtThe timestamp of the last retry attempt for the webhook log
nextRetryAtThe timestamp of the next retry attempt for the webhook log Filterable - this field can be used as fieldSlug in a Condition.
EventLog
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
eventCodeThe code for the event Filterable - this field can be used as fieldSlug in a Condition.
payloadThe payload for the event
logStatusStatus of the event log
EmailHeader
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email header This field is a unique field.
descriptionA brief description of the email header
htmlContentThe HTML content of the email header. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailHeaderCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email header This field is a unique field.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the email header
htmlContentThe HTML content of the email header. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailHeaderUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email header This field is a unique field.
descriptionA brief description of the email header
htmlContentThe HTML content of the email header. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailFooter
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email footer This field is a unique field.
descriptionA brief description of the email footer
htmlContentThe HTML content of the email footer. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailFooterCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email footer This field is a unique field.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the email footer
htmlContentThe HTML content of the email footer. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailFooterUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email footer This field is a unique field.
descriptionA brief description of the email footer
htmlContentThe HTML content of the email footer. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailTemplate
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email This field is a unique field.
descriptionA brief description of the email
emailHeaderIdThe email header Id for the email
The email header for the email
emailFooterIdThe email footer Id for the email
The email footer for the email
sampleEventCodeThe sample code for the event
subjectThe subject of the email. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
htmlContentThe HTML content of the email. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailTemplateCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email This field is a unique field.
sampleEventCodeThe sample code for the event
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
descriptionA brief description of the email
emailHeaderIdThe email header Id for the email
emailFooterIdThe email footer Id for the email
subjectThe subject of the email. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
htmlContentThe HTML content of the email. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailTemplateUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
nameThe name of the email This field is a unique field.
descriptionA brief description of the email
emailHeaderIdThe email header Id for the email
emailFooterIdThe email footer Id for the email
sampleEventCodeThe sample code for the event
subjectThe subject of the email. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
htmlContentThe HTML content of the email. Use curly braces {{ }} for variables This is a language-specific field. The value of the languageCode query parameter determines which language version is read or written.
EmailNotification
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
eventCodeThe event code for the email notification Filterable - this field can be used as fieldSlug in a Condition.
emailTemplateIdThe ID of the associated email template Filterable - this field can be used as fieldSlug in a Condition.
The associated email template
EmailNotificationCreateInput
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
eventCodeThe event code for the email notification Filterable - this field can be used as fieldSlug in a Condition.
emailTemplateIdThe ID of the associated email template Filterable - this field can be used as fieldSlug in a Condition.
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
EmailNotificationUpdateInput
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
eventCodeThe event code for the email notification Filterable - this field can be used as fieldSlug in a Condition.
emailTemplateIdThe ID of the associated email template Filterable - this field can be used as fieldSlug in a Condition.
EmailNotificationLog
idThe unique identifier for the record This field is a unique field. Filterable - this field can be used as fieldSlug in a Condition.
createdAtThe date and time when the record was created Filterable - this field can be used as fieldSlug in a Condition.
updatedAtThe date and time when the record was last updated Filterable - this field can be used as fieldSlug in a Condition.
createdByIdThe identifier of the user who created the record
updatedByIdThe identifier of the user who last updated the record
isArchivedIndicates whether the record is archived Filterable - this field can be used as fieldSlug in a Condition.
statusThe status of the record Filterable - this field can be used as fieldSlug in a Condition.
ownedByIdThe identifier of the user who owns the record Filterable - this field can be used as fieldSlug in a Condition.
The user who owns the record
organizationIdThe identifier of the organization associated with the record Filterable - this field can be used as fieldSlug in a Condition.
accountIdThe identifier of the account associated with the record Filterable - this field can be used as fieldSlug in a Condition.
emailNotificationIdThe ID of the email notification Filterable - this field can be used as fieldSlug in a Condition.
The associated email notification
eventLogIdThe ID of the event log
The associated event log
emailNotificationLogStatusThe status of the webhook log Filterable - this field can be used as fieldSlug in a Condition.