Create Bulk Action
Create a new bulk action
Request body
Represents the action being performed on a bulk of objects.
(Not to be coy, but these names should be self-explanatory.)
Parameters for the bulk action. The exact shape depends on type — typically an ids list of object IDs to act on.
Example request
{
"metadata": {
"ids": [
"611c8825-6f21-4544-bb47-9f50453e9cb0",
"418c701a-efe3-4e3d-a404-e635a2f28775"
]
}
}Response
Created
A unique TypeID associated with the object.
The date and time at which the object was first created.
Represents the action being performed on a bulk of objects.
(Not to be coy, but these names should be self-explanatory.)
Parameters for the bulk action. The exact shape depends on type — typically an ids list of object IDs to act on.
Represents the status of a bulk action.
No action is required to move from one state or another; Buttondown internally handles the transitions, and exposing the status is for observability purposes only.
The date and time at which the bulk action was completed.
Example response
{
"metadata": {
"ids": [
"611c8825-6f21-4544-bb47-9f50453e9cb0",
"418c701a-efe3-4e3d-a404-e635a2f28775"
]
}
}