How to use: Click the button below to sign in with Google. Your authentication token will be generated automatically and used for POST request to Cloud function.
After that you may pass parameters to reprocess failed communications.
✅ Authenticated
Name:—
Email:—
User ID:—
Authentication Token
You may use this token in the Authorization: Bearer <token> header for POST requests manually.
API DocumentationEndpoint: POST /reprocess
Authentication: Bearer token (Firebase ID token)
Request Body Parameters:
• requestMessageId (string, optional)
- The specific message ID to reprocess
• dateTimeRange (object, optional)
- startTime (string, ISO 8601 format)
- endTime (string, ISO 8601 format)
- Reprocess all messages within this time range
• reprocessChannel (string, optional)
- Channel type: "email", "sms", "push", etc.
- Filter messages by communication channel
Field priorities:
• requestMessageId + reprocessChannel
• requestMessageId
• startTime + endTime
Only above combinations are valid.