Пытаясь создать приглашения, используя их 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"
}