Skip to content

Commit 0c1d135

Browse files
intel352claude
andcommitted
feat: add twilio, monday.com, and turn.io plugin manifests
- workflow-plugin-twilio: 93 step types, MIT, community tier - workflow-plugin-monday: 57 step types, MIT, community tier - workflow-plugin-turnio: 25 step types, MIT, community tier Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f4b46bb commit 0c1d135

3 files changed

Lines changed: 301 additions & 0 deletions

File tree

plugins/monday/manifest.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"name": "workflow-plugin-monday",
3+
"version": "0.1.0",
4+
"description": "Comprehensive monday.com integration — boards, items, columns, groups, workspaces, and all resources via GraphQL",
5+
"author": "GoCodeAlone",
6+
"license": "MIT",
7+
"type": "external",
8+
"tier": "community",
9+
"private": false,
10+
"minEngineVersion": "0.3.30",
11+
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-monday",
12+
"repository": "https://github.com/GoCodeAlone/workflow-plugin-monday",
13+
"keywords": ["monday", "monday.com", "project-management", "boards", "graphql"],
14+
"capabilities": {
15+
"moduleTypes": ["monday.provider"],
16+
"stepTypes": [
17+
"step.monday_create_board",
18+
"step.monday_list_boards",
19+
"step.monday_fetch_board",
20+
"step.monday_update_board",
21+
"step.monday_delete_board",
22+
"step.monday_duplicate_board",
23+
"step.monday_archive_board",
24+
"step.monday_create_item",
25+
"step.monday_list_items",
26+
"step.monday_fetch_item",
27+
"step.monday_update_item",
28+
"step.monday_move_item",
29+
"step.monday_archive_item",
30+
"step.monday_delete_item",
31+
"step.monday_search_items",
32+
"step.monday_create_subitem",
33+
"step.monday_list_subitems",
34+
"step.monday_update_subitem",
35+
"step.monday_delete_subitem",
36+
"step.monday_get_column_values",
37+
"step.monday_change_column_value",
38+
"step.monday_create_column",
39+
"step.monday_create_group",
40+
"step.monday_list_groups",
41+
"step.monday_update_group",
42+
"step.monday_move_group",
43+
"step.monday_delete_group",
44+
"step.monday_create_workspace",
45+
"step.monday_list_workspaces",
46+
"step.monday_update_workspace",
47+
"step.monday_delete_workspace",
48+
"step.monday_create_folder",
49+
"step.monday_list_folders",
50+
"step.monday_update_folder",
51+
"step.monday_delete_folder",
52+
"step.monday_create_update",
53+
"step.monday_list_updates",
54+
"step.monday_edit_update",
55+
"step.monday_delete_update",
56+
"step.monday_list_users",
57+
"step.monday_fetch_user",
58+
"step.monday_invite_user",
59+
"step.monday_list_teams",
60+
"step.monday_add_team_to_workspace",
61+
"step.monday_list_tags",
62+
"step.monday_create_tag",
63+
"step.monday_upload_file",
64+
"step.monday_list_files",
65+
"step.monday_create_notification",
66+
"step.monday_create_webhook",
67+
"step.monday_list_webhooks",
68+
"step.monday_delete_webhook",
69+
"step.monday_create_document",
70+
"step.monday_list_documents",
71+
"step.monday_update_document",
72+
"step.monday_query",
73+
"step.monday_mutate"
74+
],
75+
"triggerTypes": []
76+
},
77+
"downloads": [
78+
{
79+
"os": "linux",
80+
"arch": "amd64",
81+
"url": "https://github.com/GoCodeAlone/workflow-plugin-monday/releases/download/v0.1.0/workflow-plugin-monday-linux-amd64.tar.gz"
82+
},
83+
{
84+
"os": "linux",
85+
"arch": "arm64",
86+
"url": "https://github.com/GoCodeAlone/workflow-plugin-monday/releases/download/v0.1.0/workflow-plugin-monday-linux-arm64.tar.gz"
87+
},
88+
{
89+
"os": "darwin",
90+
"arch": "amd64",
91+
"url": "https://github.com/GoCodeAlone/workflow-plugin-monday/releases/download/v0.1.0/workflow-plugin-monday-darwin-amd64.tar.gz"
92+
},
93+
{
94+
"os": "darwin",
95+
"arch": "arm64",
96+
"url": "https://github.com/GoCodeAlone/workflow-plugin-monday/releases/download/v0.1.0/workflow-plugin-monday-darwin-arm64.tar.gz"
97+
}
98+
]
99+
}

plugins/turnio/manifest.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"name": "workflow-plugin-turnio",
3+
"version": "0.1.0",
4+
"description": "turn.io WhatsApp API integration — messaging, contacts, templates, flows, and journeys",
5+
"author": "GoCodeAlone",
6+
"license": "MIT",
7+
"type": "external",
8+
"tier": "community",
9+
"private": false,
10+
"minEngineVersion": "0.3.30",
11+
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-turnio",
12+
"repository": "https://github.com/GoCodeAlone/workflow-plugin-turnio",
13+
"keywords": ["whatsapp", "turnio", "turn.io", "messaging", "chatbot"],
14+
"capabilities": {
15+
"moduleTypes": ["turnio.provider"],
16+
"stepTypes": [
17+
"step.turnio_send_text",
18+
"step.turnio_send_media",
19+
"step.turnio_send_template",
20+
"step.turnio_send_interactive",
21+
"step.turnio_send_location",
22+
"step.turnio_list_messages",
23+
"step.turnio_check_contact",
24+
"step.turnio_upload_contacts",
25+
"step.turnio_update_profile",
26+
"step.turnio_upload_media",
27+
"step.turnio_get_media",
28+
"step.turnio_delete_media",
29+
"step.turnio_create_template",
30+
"step.turnio_list_templates",
31+
"step.turnio_fetch_template",
32+
"step.turnio_update_template",
33+
"step.turnio_delete_template",
34+
"step.turnio_configure_webhook",
35+
"step.turnio_create_flow",
36+
"step.turnio_list_flows",
37+
"step.turnio_send_flow",
38+
"step.turnio_list_journeys",
39+
"step.turnio_trigger_journey",
40+
"step.turnio_get_context",
41+
"step.turnio_set_context"
42+
],
43+
"triggerTypes": []
44+
},
45+
"downloads": [
46+
{
47+
"os": "linux",
48+
"arch": "amd64",
49+
"url": "https://github.com/GoCodeAlone/workflow-plugin-turnio/releases/download/v0.1.0/workflow-plugin-turnio-linux-amd64.tar.gz"
50+
},
51+
{
52+
"os": "linux",
53+
"arch": "arm64",
54+
"url": "https://github.com/GoCodeAlone/workflow-plugin-turnio/releases/download/v0.1.0/workflow-plugin-turnio-linux-arm64.tar.gz"
55+
},
56+
{
57+
"os": "darwin",
58+
"arch": "amd64",
59+
"url": "https://github.com/GoCodeAlone/workflow-plugin-turnio/releases/download/v0.1.0/workflow-plugin-turnio-darwin-amd64.tar.gz"
60+
},
61+
{
62+
"os": "darwin",
63+
"arch": "arm64",
64+
"url": "https://github.com/GoCodeAlone/workflow-plugin-turnio/releases/download/v0.1.0/workflow-plugin-turnio-darwin-arm64.tar.gz"
65+
}
66+
]
67+
}

plugins/twilio/manifest.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
{
2+
"name": "workflow-plugin-twilio",
3+
"version": "0.1.0",
4+
"description": "Comprehensive Twilio integration — SMS, Voice, Verify, Video, Conversations, TaskRouter, and 40+ products",
5+
"author": "GoCodeAlone",
6+
"license": "MIT",
7+
"type": "external",
8+
"tier": "community",
9+
"private": false,
10+
"minEngineVersion": "0.3.30",
11+
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-twilio",
12+
"repository": "https://github.com/GoCodeAlone/workflow-plugin-twilio",
13+
"keywords": ["twilio", "sms", "voice", "messaging", "verify", "video", "conversations", "whatsapp"],
14+
"capabilities": {
15+
"moduleTypes": ["twilio.provider"],
16+
"stepTypes": [
17+
"step.twilio_send_sms",
18+
"step.twilio_send_mms",
19+
"step.twilio_send_whatsapp",
20+
"step.twilio_list_messages",
21+
"step.twilio_fetch_message",
22+
"step.twilio_delete_message",
23+
"step.twilio_fetch_media",
24+
"step.twilio_create_messaging_service",
25+
"step.twilio_create_call",
26+
"step.twilio_fetch_call",
27+
"step.twilio_list_calls",
28+
"step.twilio_update_call",
29+
"step.twilio_create_conference",
30+
"step.twilio_list_conferences",
31+
"step.twilio_add_participant",
32+
"step.twilio_create_queue",
33+
"step.twilio_fetch_recording",
34+
"step.twilio_list_recordings",
35+
"step.twilio_delete_recording",
36+
"step.twilio_send_verification",
37+
"step.twilio_check_verification",
38+
"step.twilio_create_verify_service",
39+
"step.twilio_list_verify_services",
40+
"step.twilio_lookup_phone",
41+
"step.twilio_create_conversation",
42+
"step.twilio_send_conversation_message",
43+
"step.twilio_add_conversation_participant",
44+
"step.twilio_list_conversations",
45+
"step.twilio_fetch_conversation",
46+
"step.twilio_list_conversation_messages",
47+
"step.twilio_create_conversation_user",
48+
"step.twilio_create_room",
49+
"step.twilio_list_rooms",
50+
"step.twilio_fetch_room",
51+
"step.twilio_complete_room",
52+
"step.twilio_list_room_recordings",
53+
"step.twilio_create_composition",
54+
"step.twilio_send_notification",
55+
"step.twilio_create_binding",
56+
"step.twilio_list_bindings",
57+
"step.twilio_create_notify_service",
58+
"step.twilio_create_workspace",
59+
"step.twilio_create_task",
60+
"step.twilio_create_worker",
61+
"step.twilio_create_task_queue",
62+
"step.twilio_create_tr_workflow",
63+
"step.twilio_list_tasks",
64+
"step.twilio_update_task",
65+
"step.twilio_search_available",
66+
"step.twilio_buy_number",
67+
"step.twilio_list_numbers",
68+
"step.twilio_update_number",
69+
"step.twilio_release_number",
70+
"step.twilio_trigger_flow",
71+
"step.twilio_list_flows",
72+
"step.twilio_fetch_execution",
73+
"step.twilio_create_serverless_service",
74+
"step.twilio_create_function",
75+
"step.twilio_create_build",
76+
"step.twilio_list_serverless_services",
77+
"step.twilio_create_transcript",
78+
"step.twilio_fetch_transcript",
79+
"step.twilio_list_transcripts",
80+
"step.twilio_create_flex_flow",
81+
"step.twilio_create_web_channel",
82+
"step.twilio_list_flex_flows",
83+
"step.twilio_create_proxy_service",
84+
"step.twilio_create_session",
85+
"step.twilio_add_proxy_participant",
86+
"step.twilio_create_sync_service",
87+
"step.twilio_create_document",
88+
"step.twilio_update_document",
89+
"step.twilio_create_sync_map",
90+
"step.twilio_create_sync_list",
91+
"step.twilio_list_sims",
92+
"step.twilio_fetch_sim",
93+
"step.twilio_update_sim",
94+
"step.twilio_create_fleet",
95+
"step.twilio_send_command",
96+
"step.twilio_fetch_pricing",
97+
"step.twilio_list_usage_records",
98+
"step.twilio_list_accounts",
99+
"step.twilio_create_api_key",
100+
"step.twilio_list_api_keys",
101+
"step.twilio_create_content_template",
102+
"step.twilio_list_content_templates",
103+
"step.twilio_fetch_content_template",
104+
"step.twilio_create_trust_product",
105+
"step.twilio_list_trust_products",
106+
"step.twilio_fetch_trust_product",
107+
"step.twilio_create_assistant",
108+
"step.twilio_list_assistants",
109+
"step.twilio_create_knowledge_base"
110+
],
111+
"triggerTypes": []
112+
},
113+
"downloads": [
114+
{
115+
"os": "linux",
116+
"arch": "amd64",
117+
"url": "https://github.com/GoCodeAlone/workflow-plugin-twilio/releases/download/v0.1.0/workflow-plugin-twilio-linux-amd64.tar.gz"
118+
},
119+
{
120+
"os": "linux",
121+
"arch": "arm64",
122+
"url": "https://github.com/GoCodeAlone/workflow-plugin-twilio/releases/download/v0.1.0/workflow-plugin-twilio-linux-arm64.tar.gz"
123+
},
124+
{
125+
"os": "darwin",
126+
"arch": "amd64",
127+
"url": "https://github.com/GoCodeAlone/workflow-plugin-twilio/releases/download/v0.1.0/workflow-plugin-twilio-darwin-amd64.tar.gz"
128+
},
129+
{
130+
"os": "darwin",
131+
"arch": "arm64",
132+
"url": "https://github.com/GoCodeAlone/workflow-plugin-twilio/releases/download/v0.1.0/workflow-plugin-twilio-darwin-arm64.tar.gz"
133+
}
134+
]
135+
}

0 commit comments

Comments
 (0)