Send a messageAsk AIpost https://api.actonsoftware.com/api/1/message/{msgid}/sendSend the specified message with a simple HTTP POST to the Email Campaign API.Path ParamsmsgidstringrequiredIf custom set the value to "custom" otherwise specify the ID of the Draft, Template, or Previously Sent Message.Body ParamstitlestringSpecify Message TitleiscustomstringIs this a custom message? ("Y","N")senderemailstringSpecify the verified sender email address.sendernamestringSpecify the verified sender name.istextonlystringAre you sending a text-only message? ("Y","N")istransactionalstringAre you sending a transactional message? ("Y","N")issuppressduplicatesstringDo you want to suppress duplicates? ("Y","N")sendtoidsstringSpecify the list IDs if you are sending complete lists. (Comma-Separated)suppressidsstringSpecify the list IDs of lists you would like to suppress against this send. (Comma-Separated)sendtorecidsstringSpecify the record IDs if you are sending to specific records. (Comma-Separated)whenstringSpecify when the message should be sent. ("UNIX epoch timestamp")subjectstringIf custom, specify a subject for the message.htmlbodystringIf custom, specify the HTML for the message.textbodystringIf custom, specify the TEXT body for the message.headeridstringIf custom, specify the header ID for the message.footeridstringIf custom, specify the footer ID for the message.categoryidstringSpecify the category ID of the subscription category to use for the message.logoidstringIf custom, specify the logo ID for the message.whenendstringIf sending over time specify the time when you want the message end. ("UNIX epoch timestamp")timezonestringIf sending in the recipients time set the fallback timezone if no timezone is present.createcrmmsgsentnotesstringIf sending to a CRM list do you want to send a CRM note? ("true","false")replytoemailstringSpecify the verified reply-to email addressreplytonamestringSpecify the verified reply-to nameHeadersContent-TypestringrequiredDefaults to application/x-www-form-urlencodedResponses 200200 400400Updated 10 months ago