refactor: Restructure names, keys and descs of triggers and actions

This commit is contained in:
Faruk AYDIN
2022-11-01 22:32:41 +01:00
parent 802a9bd2e2
commit e57122c4ff
24 changed files with 42 additions and 42 deletions

View File

@@ -1,9 +1,9 @@
import defineAction from '../../../../helpers/define-action';
export default defineAction({
name: 'Send SMS',
name: 'Send an SMS',
key: 'sendSms',
description: 'Send an SMS',
description: 'Sends an SMS',
arguments: [
{
label: 'From Number',

View File

@@ -5,7 +5,7 @@ export default defineTrigger({
name: 'Receive SMS',
key: 'receiveSms',
pollInterval: 15,
description: 'Will be triggered when a new SMS is received.',
description: 'Triggers when a new SMS is received.',
arguments: [
{
label: 'To Number',