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

List all inboxes

Request

curl -i -X GET \
  https://docs.cognitivesystems.com/_mock/assets/specs/bulkrx/v1-0/emails/list

Responses

Bodyapplication/json
emailsArray of strings
Response
application/json
{ "emails": [ "string" ] }

Retreive e-mail from inbox

Request

Query
boxstring

target email address

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

Responses

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

Clear inbox

Request

Query
boxstring

target email address

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

Responses

Bodyapplication/json
clear_okboolean
Response
application/json
{ "clear_ok": true }

Push

Operations

Stats

Operations

Reset

Operations