This action will call a phone number to play customizable text. Call rates at https://woop.la/ifttt
- API endpoint slug
- woopla.tts_call_any
- Filter code method
- Woopla.ttsCallAny.skip(string?: reason)
- Runtime method
- runAction("woopla.tts_call_any", {})
Action fields
- Label
- Text
- Helper text
- Enter the text to be played when call connects.
- Slug
- tts
- Required
- true
- Can have default value
- true
- Filter code method
- Woopla.ttsCallAny.setTts(string: tts)
- Label
- Language
- Helper text
- Select text's language.
- Slug
- language
- Required
- true
- Can have default value
- true
- Filter code method
- Woopla.ttsCallAny.setLanguage(string: language)
- Label
- Phone Number
- Helper text
- The phone number to call. International dialing format. Prefix with +. No zeros. Example: +4917098765432
- Slug
- phone_number
- Required
- true
- Can have default value
- true
- Filter code method
- Woopla.ttsCallAny.setPhoneNumber(string: phoneNumber)