API Resources
Communicator
| API | Description |
|---|---|
| GET Communication/Messages |
search for messages |
| POST Communication/SendEmail |
No documentation available. |
| GET Communication/Message/{id} |
get a message by id |
| POST Communication/Messages |
create a message |
| POST Communication/ResendMessage |
Resend an email message. |
| PUT Communication/Message/{id} |
update a message |
| DELETE Communication/Message/{id} |
delete a message and all it's communications and attachments |
| GET Communication/Message/{id}/Statistics |
get statistics for a message |
| GET Communication/Contact/{contactId}/Statistics |
Get sent log/clock log statistics by contact id. |
| POST Communication/PreviewMessage/{profileId} |
given a mass comm message, use the given profile to replace the place holders with values. |
| POST Communication/SendTestMessage/{profileId}?email={email} |
given a mass comm message, use the given profile to replace the place holders with values. Then send that message to the given email address. |
| GET Communication/EmailSpecialFields |
special email fields, label and value |