Skip to main content

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!

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?