Authorization: Bearer ********************curl --location --request POST 'https://api.twenty.com/rest/batch/workflowEventListeners' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"eventName": "string",
"workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4"
}
]'{
"data": {
"createWorkflowEventListeners": [
{
"eventName": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4",
"workflow": null
}
]
}
}