We've encountered an issue exporting this macro. Please try exporting this page again later.
Description
Adds an HTTP header to the response that will be returned to the Webhook caller.
Parameters
Return Type
None
Example
.... // webhook logic .... //setting a custom HTTP header to the webhook response: HttpHeader header = httpCreateHeader("Content-Type", "application/javascript"); addWebhookResponseHeader(header); //returning success return true, 200;
See also
Filter by label
There are no items with the selected labels at this time.