Replay Recent Chat Webhooks
Queues webhook and configured integration-action deliveries using each requested lead’s most recent chat. Only leads owned by the authenticated API user are processed; inaccessible lead IDs are skipped and counted in the response. Work is split into background-task chunks, so a 202 response means the replay was queued.
Authorizations
Token-based authentication with required prefix "Token"
Body
Validate manual webhook replay requests for recent chats.
Lead IDs whose most recent chats should be replayed. Only leads owned by the authenticated API user are processed.
5000x >= 1Webhook trigger values to replay for each authorized lead.
22LEAD_CREATED- Lead CreatedLEAD_UPDATED- Lead UpdatedLEAD_CLOSED- Lead ClosedLEAD_CLOSED_INCOMPLETE- Lead Closed IncompleteLEAD_LOST- Lead LostLEAD_SCHEDULE_COMPLETED- Lead Schedule CompletedLEAD_LATE_CALLBACK- Lead Late CallbackLEAD_OUT_OF_TERRITORY- Lead Out of TerritoryLEAD_BAD_NUMBER- Lead Bad NumberLEAD_CANCELLED- Lead CancelledLEAD_CALLBACK_TO_TRANSFER- Lead Callback to TransferLEAD_BEFORE_REENGAGEMENT- Lead Before ReengagementLEAD_REENGAGEMENT- Lead ReengagementLEAD_FIRST_INBOUND- Lead First InboundCALL_COMPLETE- Call CompleteBEFORE_CALLING- Before CallingCALL_FAILED- Call FailedCALL_ENDED- Call EndedCALL_TRANSFER_INITIATED- Call Transfer InitiatedSMS_COMPLETE- SMS CompleteSMS_DNC- SMS DNCCALL_DNC- CALL DNC
LEAD_CREATED, LEAD_UPDATED, LEAD_CLOSED, LEAD_CLOSED_INCOMPLETE, LEAD_LOST, LEAD_SCHEDULE_COMPLETED, LEAD_LATE_CALLBACK, LEAD_OUT_OF_TERRITORY, LEAD_BAD_NUMBER, LEAD_CANCELLED, LEAD_CALLBACK_TO_TRANSFER, LEAD_BEFORE_REENGAGEMENT, LEAD_REENGAGEMENT, LEAD_FIRST_INBOUND, CALL_COMPLETE, BEFORE_CALLING, CALL_FAILED, CALL_ENDED, CALL_TRANSFER_INITIATED, SMS_COMPLETE, SMS_DNC, CALL_DNC Response
Webhook replay tasks queued successfully.
Describe an accepted webhook replay request.
Celery task IDs for the queued replay chunks.
Number of replay tasks queued.
x >= 0Number of authorized leads queued for replay.
x >= 0Number of requested lead IDs skipped because they are not owned by the caller.
x >= 0Maximum number of leads processed by each replay task.
x >= 1Webhook trigger values queued for replay.
LEAD_CREATED- Lead CreatedLEAD_UPDATED- Lead UpdatedLEAD_CLOSED- Lead ClosedLEAD_CLOSED_INCOMPLETE- Lead Closed IncompleteLEAD_LOST- Lead LostLEAD_SCHEDULE_COMPLETED- Lead Schedule CompletedLEAD_LATE_CALLBACK- Lead Late CallbackLEAD_OUT_OF_TERRITORY- Lead Out of TerritoryLEAD_BAD_NUMBER- Lead Bad NumberLEAD_CANCELLED- Lead CancelledLEAD_CALLBACK_TO_TRANSFER- Lead Callback to TransferLEAD_BEFORE_REENGAGEMENT- Lead Before ReengagementLEAD_REENGAGEMENT- Lead ReengagementLEAD_FIRST_INBOUND- Lead First InboundCALL_COMPLETE- Call CompleteBEFORE_CALLING- Before CallingCALL_FAILED- Call FailedCALL_ENDED- Call EndedCALL_TRANSFER_INITIATED- Call Transfer InitiatedSMS_COMPLETE- SMS CompleteSMS_DNC- SMS DNCCALL_DNC- CALL DNC
LEAD_CREATED, LEAD_UPDATED, LEAD_CLOSED, LEAD_CLOSED_INCOMPLETE, LEAD_LOST, LEAD_SCHEDULE_COMPLETED, LEAD_LATE_CALLBACK, LEAD_OUT_OF_TERRITORY, LEAD_BAD_NUMBER, LEAD_CANCELLED, LEAD_CALLBACK_TO_TRANSFER, LEAD_BEFORE_REENGAGEMENT, LEAD_REENGAGEMENT, LEAD_FIRST_INBOUND, CALL_COMPLETE, BEFORE_CALLING, CALL_FAILED, CALL_ENDED, CALL_TRANSFER_INITIATED, SMS_COMPLETE, SMS_DNC, CALL_DNC