Skip to main content

notify offer contacts

POST 

/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.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    offerId stringrequired

    Offer ID

Body

array

List of Contact IDs, if emoty or nil, send notifications to all contacts of the offer

  • Array [

  • string

  • ]

Responses

empty string if success

Schema

    string

Loading...