Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Block WebHook with Form-Data
Block WebHook with Form-Data
Inactive
0
Follow
a
andrade.vander
last year
ยท
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"'
B
1 comment
Share
Open in Discord
B
Baptiste
last year
In theory you should be able to do that by adding the following header:
Key:
Content-Type
Value:
x-www-form-urlencoded
Then you can add a JSON body, something like:
Plain Text
Copy
{ "uuid": "id", "field1": "{{Name}}" }
Add a reply
Sign up and join the conversation on Discord
Join on Discord