Skip to main content
Question

Passing custom json to a Create Action

  • February 17, 2023
  • 2 replies
  • 81 views

ado2000

Hi, I'm building a Create Action, I do not understand how to configure the action to post the data to my API 

the json format is this

{
"items": [{
"properties": {
"AmContact.name": "test",
"AmContact.surname": "test",
"AmContact.email": "info@mydomain.com"
}
}]
}

how can I instruct the action to send data in this format ?

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31367 replies
  • February 17, 2023

Hi @ado2000 

Good question.

Try using this Zap action: Webhooks - Custom Request

 


ado2000
  • Author
  • Beginner
  • 1 reply
  • February 19, 2023

This post has been edited by a moderator to remove personal information. Please remember that this is a public forum and to remove any sensitive information prior to posting.

Hi, solved passing data in this way.

hope can be useful for someone.