v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBTrigger an Event
API to pass an event, which in turn triggers workflows where that event is defined as the trigger.
post/event/
Request body
Example request
{
"properties": {
"$attachments": [
{
"url": "https://bitcoincore.org/bitcoin.pdf",
"filename": "billing.pdf"
}
]
}
}Response
202 - Accepted
Example response
{
"message": "OK"
}