Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Robbie Nati
7
Views
8
Comments
[Mandrill] Madrill account with funds required
Question
Forge
Mandrill (O11)
Forge asset by
Justin James
Hi Justin,
I was receiving the following error with the Mandrill integration:
MESSAGE: The remote server returned an error: (500) Internal Server Error.
RESPONSE: {"status":"error","code":10,"name":"PaymentRequired","message":"Email scheduling is only available for accounts with a positive balance."}
I have not set a value for the Send_At input variable, thus not scheduling the email. I have noticed on the API documentation that you are charged for a scheduled email:
send_at
string
when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately. An additional fee applies for scheduled email, and this feature is only available to accounts with a positive balance.
Validation: datetime
After adding funds to my Mandrill account, the API started working.
Note:
You are not charged for any email transactions (unless the email has been scheduled for a later date/time). You just need some credit in your account for this integration to work.
Justin James
MVP
Robbie -
That makes sense. If you want, you can edit the underlying .NET code to not use the scheduled date/time field, which will probably remove that requirement completely.
J.Ja
Alexandre Costa
Hi Guys I'm trying to use this component but I always receive this error message: The remote server returned an error: (500) Internal Server Error. There's something to setup like server of mandrill or anything. I just fill properties and Try to Send. Thanks for help.
Justin James
MVP
Alexandre -
What are the detailed response messages?
J.Ja
Alexandre Costa
Hi are empty no detailed. But i found problem in .NET extension always pass Send_At so for free account this is nos possible, so I change this and put a validation if this parameter exist and everything works fine. Thanks.
vu tai
i have proplem as Alexandre Costa but itried . ít not work. plz help me
Alexandre Costa
Hi vu tai you can edit extension just comment line:
new JProperty("send_at", ssSend_At.ToString("yyyy-MM-dd HH:mm:ss")),
in method MssSend, this property only can be fill if you have a paid account. If you do this everything works.
vu tai
ok try it tnks
Benjamin De la Peña
Just leave it blank: in php: $send_at = '';
:=)
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...