Execute webhook form data response
When sending a POST message body using Webhook Execute, have it return a basic response like "message received successfully" as confirmation. This so it can be used with ajax (asynchronous Javascript and XML).
Tried this myself, but it seems the server does not return any response and only just sends the message through the webhook.
7
-
It returns a 204 NO CONTENT by default, you can add "?wait=true" to the end of the webhook url to wait for the message to send before it exits. This will also return information about the message.
0
Войдите в службу, чтобы оставить комментарий.
Комментарии
1 комментарий