Trustpilot邀请API奇怪的结果

时间:2018-10-02 10:59:51

标签: trustpilot

尝试使用其API创建邀请,我得到了正确的结果,但是状态为“未发送”。调试信息为零,所以我想知道是否还有其他人看到了这一点,并且可能有解决此问题的想法。

这是我从他们的api得到的响应示例:

    {
    "businessUnitId": "<business unit id here>",
    "businessUserId": "<business user id here>",
    "createdTime": "2018-10-02T09:58:35.135569Z",
    "id": "<invitation id here>",
    "locale": "da-DK",
    "preferredSendTime": "2018-10-09T09:58:34Z",
    "recipient": {
        "email": "<email goes here>",
        "name": "<name goes here>"
    },
    "redirectUri": "http://trustpilot.com",
    "referenceId": "<our ref id>",
    "replyTo": "trustpilot@boozt.com",
    "sender": {
        "email": "noreply.invitations@trustpilotmail.com",
        "name": "Booztlet.com"
    },
    "sentTime": null,
    "source": "InvitationApi",
    "status": "notsent",
    "tags": [],
    "templateId": "57cfc1a660e1cc0620b53a38"
}

1 个答案:

答案 0 :(得分:2)

因此,新邀请应使用NotSent状态代码。这是因为邀请是异步发送的,大约是在您将其作为“ preferredSendTime”输入的时间。

如果您通过https://businessapp.b2b.trustpilot.com/#/invitations/invitation-history登录帐户,则应该能够看到自己创建的邀请,以及是否已发送邀请(由于您将10月9日指定为preferredSendTime,因此邀请仍会排队直到那点)