Buckets
Create a New Bucket
You may create your own bucket using this action. It takes a JSON object containing a bucket request. Once bucket is created, it gets assigned a default input to accept webhooks but you will still have to create a new output to give it a destination.
post/v1/buckets
Request body
Response
Created
Example response
{
"inputs": [
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}
],
"outputs": [
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}
]
}