Share feedback, ideas and get community help

F
M
a
g
E
Members
andrade.vander
a
andrade.vander
Offline, last seen last month
Joined September 13, 2024
Hi, community and masters
How to implement a api POST using block WEBHOOK but using form-data?

example:
curl --location 'https://domain.com/?step=1&variation=default' \
--form 'uuid=""' \
--form 'field1=""' \
--form 'email="xpto@gmail.com"' \
--form 'phone="12312"' \
--form 'field2="on"'
1 comment
B