Question

Passing custom json to a Create Action

  • 17 February 2023
  • 2 replies
  • 61 views

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 ?


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

Userlevel 7
Badge +14

Hi @ado2000 

Good question.

Try using this Zap action: Webhooks - Custom Request

 

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.