Question

Get lead information from webhook Raw_Body (Social Proofy > Shopify)

  • 29 July 2023
  • 1 reply
  • 14 views

Hi there,

I’m very new to code and web hooks and was wondering how I could turn this:

full_name=John+Alan+Doe&email_address=johndoe%40gmail.com

into this:

FirstName: John
MiddleName: Alan
LastName: Doe
Email: johndoe@gmail.com

I hope to use minimal steps, as using the format tool gets a bunch. Also the thing that stumps me fully is being able to get a first name and last name as well as a first name and middle initial… Any help is much appreciated!


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 @ccalotta 

Good question.

  • Can you show screenshots with where the webhook is configured in the source app?
  • Can you show screenshots with how the data is output from the Zap trigger step?
  • Can you show screenshots with how your Zap steps are currently configured?