Export all webhook events
This endpoint will submit a request to get the history of webhooks in the CSV file. The link to download the CSV file will be sent to the webhook that was provided in the notifyURL.Request body which must comply to the following JSON Schema:
{ "oneOf" : [ { "required" : [ "event", "notifyURL", "type" ], "type" : "object", "properties" : { "days" : { "type" : "integer", "description" : "Number of days in the past including today (positive integer). _Not compatible with 'startDate' and 'endDate'_", "example" : 7 }, "startDate" : { "type" : "string", "description" : "Mandatory if endDate is used. Starting date of the history (YYYY-MM-DD). Must be lower than equal to endDate", "example" : "2023-02-13" }, "endDate" : { "type" : "string", "description" : "Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate", "example" : "2023-02-17" }, "sort" : { "type" : "string", "description" : "Sorting order of records (asc or desc)", "example" : "desc" }, "type" : { "type" : "string", "description" : "Filter the history based on webhook type", "example" : "transactional", "enum" : [ "transactional", "marketing" ] }, "event" : { "type" : "string", "description" : "Filter the history for a specific event type", "example" : "request", "enum" : [ "invalid_parameter", "missing_parameter", "hardBounce", "softBounce", "delivered", "spam", "request", "opened", "click", "invalid", "deferred", "blocked", "unsubscribed", "error", "uniqueOpened", "loadedByProxy", "allEvents" ] }, "notifyURL" : { "type" : "string", "description" : "Webhook URL to receive CSV file link", "example" : "https://brevo.com" }, "webhookId" : { "type" : "integer", "description" : "Filter the history for a specific webhook id", "example" : 2345 }, "email" : { "type" : "string", "description" : "Filter the history for a specific email", "example" : "example@brevo.com" }, "messageId" : { "type" : "integer", "description" : "Filter the history for a specific message id. Applicable only for transactional webhooks." } } } ] }
Specify how the response should be mapped to the table output. The following formats are available:
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Brevo from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.