Send Message to Group

Use this to send a message to a group. The from address of the message will be that of the owner of the API key. The only required fields in the payload are the subject and at least one of originalHtmlBody and/or originalTextBody. All other fields are ignored.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The group to send to the message to

Body Params

The message to send. The only required fields in the payload are teh subject and at least one of originalHtmlBody and/or originalTextBody. All other fields are ignored.

string

The message subject

string

This is the original text version of the message. This may be emtpy if a text representation of the message was not sent.

string

This is the original html version of the message. This may be emtpy if a html representation of the message was not sent.

Responses
200

The message has been successful submitted to the group.

400

Invalid email address

401

You don't have access to the group

404

Group or message not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!