OBMessage - Integration API¶
The OBMessage integration API allows you to send SMS, Email, and Voice notifications.
Clients can interact directly with this API to perform bulk message delivery.
Authentication¶
The client authenticates using an API_KEY, which will be provided by Ofimatic SRL.
This API_KEY must be sent in the X-Api-Key header of each HTTP request. For example:
POST https://send.obmessage.ai/api/v1/{service}
X-Api-Key: {{API_KEY}}