twilio.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. credentials_for_provider:
  14. account_sid:
  15. type: secret-input
  16. required: true
  17. label:
  18. en_US: Account SID
  19. zh_Hans: 账户SID
  20. pt_BR: Account SID
  21. placeholder:
  22. en_US: Please input your Twilio Account SID
  23. zh_Hans: 请输入您的Twilio账户SID
  24. pt_BR: Please input your Twilio Account SID
  25. auth_token:
  26. type: secret-input
  27. required: true
  28. label:
  29. en_US: Auth Token
  30. zh_Hans: 认证令牌
  31. pt_BR: Auth Token
  32. placeholder:
  33. en_US: Please input your Twilio Auth Token
  34. zh_Hans: 请输入您的Twilio认证令牌
  35. pt_BR: Please input your Twilio Auth Token
  36. from_number:
  37. type: secret-input
  38. required: true
  39. label:
  40. en_US: From Number
  41. zh_Hans: 发信号码
  42. pt_BR: De Número
  43. placeholder:
  44. en_US: Please input your Twilio phone number
  45. zh_Hans: 请输入您的Twilio电话号码
  46. pt_BR: Please input your Twilio phone number