English
Create a automation workflow trigger
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/base/{baseId}/workflow/{workflowId}/trigger \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "recordCreated", "name": "<string>", "description": "<string>", "config": "<unknown>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
type of trigger
recordCreated
recordUpdated
recordCreatedOrUpdated
buttonClick
formSubmitted
scheduledTime
name of the node
description of the node
node configuration
Successful created
The response is of type object.
object
Was this page helpful?