FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Het Webhook Vermeldingen-object"
interface CommentUserMention { /** De gebruiker-id. Voor SSO-gebruikers wordt deze voorafgegaan door uw tenant-id. **/ id: string /** De uiteindelijke @mention-tagtekst, inclusief het @-symbool. **/ tag: string /** De oorspronkelijke @mention-tagtekst, inclusief het @-symbool. **/ rawTag: string /** Welk type gebruiker werd getagd. user = FastComments.com-account. sso = SSOUser. **/ type: 'user'|'sso' /** Als de gebruiker zich afmeldt voor notificaties, blijft dit toch op true staan. **/ sent: boolean }
Result