This action will start a call using Gnbly.
- API endpoint slug
- gnbly.start_a_call
- Filter code method
- Gnbly.startACall.skip(string?: reason)
- Runtime method
- runAction("gnbly.start_a_call", {})
Action fields
- Label
- Recipient Name
- Helper text
- The name of the recipient of the call.
- Slug
- to_name
- Required
- true
- Can have default value
- true
- Filter code method
- Gnbly.startACall.setToName(string: toName)
- Label
- Recipient Number
- Helper text
- The phone number you want Gnbly to call. 10-digit number only. e.g. If you are calling Domino's you should put 7349303030
- Slug
- to
- Required
- true
- Can have default value
- true
- Filter code method
- Gnbly.startACall.setTo(string: to)
- Label
- Objective
- Helper text
- The objective you want Gnbly to achieve.
- Slug
- objective
- Required
- true
- Can have default value
- true
- Filter code method
- Gnbly.startACall.setObjective(string: objective)
- Label
- Options
- Helper text
- Some advanced options
- Slug
- options
- Required
- false
- Can have default value
- true
- Filter code method
- Gnbly.startACall.setOptions(string: options)
- Label
- Allow Gnbly to transfer the call to
- Helper text
- Leave this field empty otherwise. You should also let Gnbly know in the objective field when he should transfer the call.
- Slug
- transfer
- Required
- false
- Can have default value
- false
- Label
- Calling From
- Helper text
- The agent number the call will be initiated from
- Slug
- from
- Required
- true
- Can have default value
- false