Question

The information from catch hook in webhooks by zapier is not separated by fields

  • 14 December 2023
  • 1 reply
  • 10 views

I created a Zap and want to send specific Marketo leads to Teams channel through Webhooks by Zapier. I found that the information from Catch Hook in Webhooks by Zapier is combined, and I can’t insert Data by fields. Anyone knows how to solve it? 

 

The webhook I set in Marketo: 

{

  {{SP_Send_Alert_Info:default=edit me}},

  "First Name": {{lead.First Name:default=edit me}},

  "Last Name": {{lead.Last Name:default=edit me}},

  "Email": {{Lead.Email Address:default=edit me}},

  "Phone Number": {{lead.Phone Number:default=edit me}},

  "Job Role": {{lead.Job Role:default=edit me}},

  "Country": {{lead.Country:default=edit me}},

  "State/Province": {{lead.State:default=edit me}},

  "Request Type": {{Lead.Request Type:default=edit me}},

  "Comment": {{lead.Comment:default=edit me}},

  "MQL Type": {{lead.MQL Type:default=edit me}},

  "Conversion Point": {{lead.Conversion Point:default=edit me}},

  "Request Type": {{lead.Request Type:default=edit me}},

  "Campaign Source": {{lead.Campaign Source:default=edit me}},

  "Lead Created Date": {{lead.Created At:default=edit me:default=edit me}},

}

 

The message sent to Teams channel: 

 

And there is the error when select format data:

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @EveYu 

We would need to see screenshots with how your Zap steps are configured.