1) In web widget authenticantion, can I add more info than name and email in payload?Reference: https://support.zendesk.com/hc/en-us/articles/360022185594
Ex.:
payload = {
:name => "#{customerName}",
:email => "#{customerEmail}",
:ADDITIONAL_DATA => #{OTHER_DATA_HERE},
:iat => timestamp,
:external_id => "#{externalId}"
}

Hi Douglas,
Thank you for posting on our community.
Can you tell us more about what you would like to achieve and how are you trying to implement this code on your end?
All the best