Bulk Receiver

Email and FCM receiver for QA/test

Enviroment Variables

SQS_EMAIL_URL - endpoint URL of the SQS for email

SQS_PUSH_URL - endpoint URL of the SQS for push

SQS_PUSH_POLLERS - number of pollers for push (default 3)

Download OpenAPI description
Languages
Servers
Mock server

https://docs.cognitivesystems.com/_mock/assets/specs/bulkrx/v1-0/

EMails

Operations

Push

Operations

Retrieve notifications from target

Request

Query
uuidstring
curl -i -X GET \
  'https://docs.cognitivesystems.com/_mock/assets/specs/bulkrx/v1-0/push/get?uuid=string'

Responses

Get messages from push receiver

Bodyapplication/json
dataArray of any
Response
application/json
{ "data": [ null ] }

Clear notifications from target

Request

Query
uuidstring
curl -i -X GET \
  'https://docs.cognitivesystems.com/_mock/assets/specs/bulkrx/v1-0/push/clear?uuid=string'

Responses

Reset all responces for the given push receiver

Bodyapplication/json
Response
application/json
null

Stats

Operations

Reset

Operations