Flow Notify Properties

Flow Notify

字段类型描述是否必填
flowIdstring需要指定流程id,系统自动化详情url 复制Y
emailstring通知邮件N
phonestring手机号码N
country_codestring手机号码 ISO2国家代码N
customobj自定义数据,key ,value 在 模板中使用 {custom.key}N
first_namestringfirst_name 可以替换邮件模板 FirstNameN
last_namestringlast_name 可以替换邮件模板 LastNameN
currency_symbolstring币种符号。邮件模板价格币种符号显示。推荐商品价格符号N

样例

{
    "endpoint": "flow/notify",
    "data": {
        "flowId": "174893267500032305",
        "email": "zhaoqt@****.com",
        "custom": {
            "code": "123123",
            "link": "https://www.baidu.com"
        }
    },
    "source_id": "bfc700d3-2654-4d4a-b1fb-9194cbd97885"
}