- name
- video_notification_pro
- description
- 向指定手机号码发送IVVR视频通知,需要传入视频本地路径和手机号
- version
- 1.0.0
- author
- system
- tags
- input
- type
- object
- required
- properties
- video_path
- type
- string
- description
- 视频文件的服务器绝对路径
- phone_number
- type
- string
- description
- 11位接收通知的手机号
- environment_variables
- description
- IVVR平台接口基础地址
- required
- true
- description
- IVVR应用ID
- required
- true
- description
- IVVR访问密钥
- required
- true
- description
- IVVR访问密钥密文
- required
- true
- execution_function
- |
- try
- try
- else
- examples
- parameters
- video_path
- /home/hdjs/podcast-video/duan_input_video.mp4
- phone_number
- 15600766391
- response
- success
- true
- message
- 视频通知发送成功
视频通知工具
使用方法
直接输入对话: 给 15600766391 发视频通知,视频文件在 /home/hdjs/podcast-video/duan_input_video.mp4
工具会自动解析手机号与视频路径,并发送IVVR视频通知。
环境变量要求(必须配置)
- BASE_URL
- APP_ID
- ACCESS_KEY
- ACCESS_SECRET
限制
- 视频必须是本地绝对路径
- 大小 ≤ 5MB