latestOpenAPI 3.1.12026-08-2013060964.7 KB
9a5a2cd152ae
Trigger 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"
}