Skip to content

Terminology

TermDescription
MessageA Message is a single outbound message. Messages get sent to handsets via various channels, and get marked as delivered if we receive confirmation of delivery, or failed if we don't.
BatchA Batch is a collection of one or more messages. Each message that gets sent belongs to a batch, regardless of how many messages are contained within it.
OrganizationThis represents your organization, interacting directly with the Messaging Plus API. Organizations have an Organization API key that is used to authenticate against accounts related endpoints.
AccountEach Organization in mplus can contain multiple Accounts. Each Account has it's own Account API key, which is used to authenticate against message sending endpoints.
Delivery ReceiptDelivery receipts are status updates we provide on a per-message basis, with information about whether the related message has delivered, or failed to deliver.
WebhookA Webhook (usually referred to as a Webhook request) is a HTTP request we'll make to your system after a specific event has triggered. The two types of events that can trigger webhook requests in mplus are Inbound messages, and Delivery receipts

Messaging Plus is a Cymba API