Hello, I am trying to send email according to the docs: https://keys.developer.keap.com/docs/keap-150k/1/routes/emails/queue/post
Using this body:
{
"contacts_id":"20",
"user_id": "1",
"subject":"Something is wrong",
"plain_content":"SGFzZmRnZGhqa2xraGtnZmRzZXJlIDIzIGF0IGRkZ2FzZGFkYXNkVGF0YW5nbywgd2UgaGF2ZSBjb21lIG91dCB3aXRoIHlldCBhbm90aGVyIHVuaXF1ZSBzZXJ2aWNlIHRoYXQgd2lsbCBncmVhdGx5IGVuaGFuY2UgdGhlIHRleHQgbWVzc2FnZSBtYXJrZXRpbmcgZXhwZXJpZW5jZSBmb3IgYm90aCBicmFuZHMgYW5kIHRoZWlyIGN1c3RvbWVycw==",
}
I am getting response 202 which signals that everything is fine. I can also see the email in the UI but only on dashboard in recent activity or in the contact’s chronological view the email was sent to. But it’s not clickable, I see the subject and that it was sent but I cannot open it. In group view there’s nothing. When I send an email from the UI it works just fine. The email from the API won’t also show up in history (Reports → Sent Emails Tracker). The one from the UI shows there. Could someone help me with it?