Authorization: Bearer ********************Authorization: Bearer ********************curl --location '/api/projects//triggers' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"name": "value",
"event_type": "message_created",
"keywords": [
"value"
],
"dialog_scope": "all",
"actions": [
{
"type": "add_to_segment",
"segment_id": "550e8400-e29b-41d4-a716-446655440000"
}
],
"channel_ids": [
"550e8400-e29b-41d4-a716-446655440000"
],
"is_active": true
}'{
"id": "string",
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"name": "string",
"event_type": "message_created",
"keywords": [
"string"
],
"channel_ids": [
"string"
],
"dialog_scope": "all",
"actions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "add_to_segment",
"segment_id": "string"
}
],
"is_active": true,
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"is_read_only": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}