notify offer contacts
POST https://api.suger.cloud/org/{orgId}/offer/{offerId}/notifyContacts
Send offer notifications to the given contact ids. If contactIDs is empty, send notifications to all contacts of the offer.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
offerId | path | string | yes | Offer ID |
Request Body
Optional. Content-Type: application/json · Schema: array<string>
Responses
200 — empty string if success
Content-Type: application/json
400 — Bad request error
Content-Type: application/json
405 — Method not allowed
Content-Type: application/json
500 — Internal error
Content-Type: application/json