OfferDecisionResponse
Result of a recipient accept/reject of a campaign offer.
statusstring
The resulting offer status
Possible values: [accepted, rejected]
Example:
acceptedcreative_generation_startedboolean
Whether host-voiced creative generation was started (accept only). Generation runs asynchronously; subscribe to the creative.ready / creative.failed webhook for the outcome.
Example:
truecreative_readyboolean
Always false on accept now that generation is asynchronous (the creative is created pending); subscribe to the creative.ready webhook for the ready outcome.
Example:
falseOfferDecisionResponse
{
"status": "accepted",
"creative_generation_started": true,
"creative_ready": false
}