How can I add email to the webhook payload | Community
Skip to main content
Answered

How can I add email to the webhook payload

  • August 22, 2022
  • 2 replies
  • 22 views

Hello,

 

I am trying to send new user data - including email - to a third party app. It seems that email are not part of the payload, how can I add it to it?

 

Thanks!

Best answer by Racheal

Hey @arnaud f​ Racheal from the Support Engineer team here 👋

 

Depending on the webhook you're using the email should be included in the payload. It sounds like the contact.user.created webhook would be the one you are looking for here, which does include email!

2 replies

Racheal
Intercom Team
Forum|alt.badge.img+5
  • Customer Support Engineer
  • 512 replies
  • Answer
  • August 30, 2022

Hey @arnaud f​ Racheal from the Support Engineer team here 👋

 

Depending on the webhook you're using the email should be included in the payload. It sounds like the contact.user.created webhook would be the one you are looking for here, which does include email!


  • Author
  • New Participant
  • 1 reply
  • August 31, 2022

Indeed it worked. I was struggling to see the field on Zapier as the test query was not returning all fields from the payload. It ultimately worked and I could use it in Zapier, field id is {{xxxxxxxxx__data__item__email}}.

Thanks!