twilio.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. identity:
  2. author: Yash Parmar
  3. name: twilio
  4. label:
  5. en_US: Twilio
  6. zh_Hans: Twilio
  7. pt_BR: Twilio
  8. description:
  9. en_US: Send messages through SMS or Twilio Messaging Channels.
  10. zh_Hans: 通过SMS或Twilio消息通道发送消息。
  11. pt_BR: Send messages through SMS or Twilio Messaging Channels.
  12. icon: icon.svg
  13. tags:
  14. - social
  15. credentials_for_provider:
  16. account_sid:
  17. type: secret-input
  18. required: true
  19. label:
  20. en_US: Account SID
  21. zh_Hans: 账户SID
  22. pt_BR: Account SID
  23. placeholder:
  24. en_US: Please input your Twilio Account SID
  25. zh_Hans: 请输入您的Twilio账户SID
  26. pt_BR: Please input your Twilio Account SID
  27. auth_token:
  28. type: secret-input
  29. required: true
  30. label:
  31. en_US: Auth Token
  32. zh_Hans: 认证令牌
  33. pt_BR: Auth Token
  34. placeholder:
  35. en_US: Please input your Twilio Auth Token
  36. zh_Hans: 请输入您的Twilio认证令牌
  37. pt_BR: Please input your Twilio Auth Token
  38. from_number:
  39. type: secret-input
  40. required: true
  41. label:
  42. en_US: From Number
  43. zh_Hans: 发信号码
  44. pt_BR: De Número
  45. placeholder:
  46. en_US: Please input your Twilio phone number
  47. zh_Hans: 请输入您的Twilio电话号码
  48. pt_BR: Please input your Twilio phone number