appmixer.utils.http.DynamicWebhook
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Flow Start Request Webhook URL | text | An endpoint URL that will be called when the flow starts to subscribe a new webhook. |
| Flow Start Request Method | select | An HTTP method to use when subscribing a webhook. |
| Flow Start Request headers | textarea | HTTP headers of the request that will be sent to subscribe the webhook. To pass the webhook URL of this component, use the "Webhook URL" variable from the "General" section of the variables picker. |
| Flow Start Request Body | textarea | A body of the HTTP request that will be sent to subscribe the webhook. To pass the webhook URL of this component, use the "Webhook URL" variable from the "General" section of the variables picker. |
| Flow Stop Request URL | text | An endpoint URL that will be called when the flow stops to unsubscribe an existing webhook. Use the OpenAPI v3 Runtime expressions to refer to the response body and headers from the Flow Start request. E.g. http://my.server.com/webhook-unsubscribe/{$response.body#/id}. See spec for details. |
| Flow Stop Request Method | select | An HTTP method to use when unsubscribing a webhook. |
| Flow Stop Request Headers | textarea | HTTP headers of the request that will be sent to unsubscribe an existing webhook. Use the OpenAPI v3 Runtime expressions to refer to the response body and headers from the Flow Start request. E.g. { "HeaderWebhookId": "{$response.body#/id}" }. See spec for details. |
| Flow Stop Request Body | textarea | A body of the HTTP request that will be sent to unsubscribe an existing webhook. Use the OpenAPI v3 Runtime expressions to refer to the response body and headers from the Flow Start request. E.g. { "webhookId": "{$response.body#/id}" }. See spec for details. |
| Immediate response | toggle | Set if you want the webhook to send a response immediately instead of using the Response component later down the flow. |
| Field | Type | Description |
|---|---|---|
| method | - | |
| data | - | |
| query | - | |
| headers | - |