{"id":"eab4e246-0077-9b1f-95c8-ed24288843ec","name":"Paubox REST API Examples","description":"","order":["5607eb60-0471-902f-80c6-aa651cecb5d0","f84106e9-f3d7-8f37-c86c-61f3f80ab4dc"],"folders":[],"folders_order":[],"timestamp":1526061142104,"owner":"4011637","public":false,"requests":[{"id":"5607eb60-0471-902f-80c6-aa651cecb5d0","headers":"Content-Type: application/json\nAuthorization: Token token=REPLACE_WITH_API_KEY\n","headerData":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Authorization","value":"Token token=REPLACE_WITH_API_KEY","description":"","enabled":true}],"url":"https://api.paubox.net/v1/REPLACE_WITH_ENDPOINT_USERNAME/messages.json","queryParams":[],"preRequestScript":null,"pathVariables":{},"pathVariableData":[],"method":"POST","data":[],"dataMode":"raw","version":2,"tests":null,"currentHelper":"normal","helperAttributes":{},"time":1530202384771,"name":"Send Message","description":"","collectionId":"eab4e246-0077-9b1f-95c8-ed24288843ec","responses":[],"rawModeData":"{\n  \"data\": {\n    \"message\": {\n      \"recipients\": [\n        \"recipient@receivingdomain.com\"\n      ],\n      \"bcc\": [\n   \n      ],\n      \"headers\": {\n        \"subject\": \"Hello from the Paubox API!\",\n        \"from\": \"sender@verifiedDomain.net\",\n        \"reply-to\": \"Optional Reply-to <your@verifiedDomain.net>\"\n      },\n      \"content\": {\n        \"text/plain\": \"Hello World!\",\n        \"text/html\": \"<html><body><h1>Hello world!</h1></body></html>\"\n      },\n      \"attachments\": [\n        {\n          \"fileName\": \"hello_world.txt\",\n          \"contentType\": \"text/plain\",\n          \"content\": \"SGVsbG8gV29ybGQh\\n\"\n        }\n       ]\n    }\n  }\n}"},{"id":"f84106e9-f3d7-8f37-c86c-61f3f80ab4dc","headers":"Content-Type: application/json\nAuthorization: Token token=REPLACE_WITH_API_KEY\n","headerData":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Authorization","value":"Token token=REPLACE_WITH_API_KEY","description":"","enabled":true}],"url":"https://api.paubox.net/v1/REPLACE_WITH_ENDPOINT_USERNAME/message_receipt?sourceTrackingId=REPLACE_WITH_SOURCE_TRACKING_ID","queryParams":[{"key":"sourceTrackingId","value":"REPLACE_WITH_SOURCE_TRACKING_ID","equals":true,"description":"","enabled":true}],"preRequestScript":null,"pathVariables":{},"pathVariableData":[],"method":"GET","data":[],"dataMode":"raw","version":2,"tests":null,"currentHelper":"normal","helperAttributes":{},"time":1530202461397,"name":"Get Email Disposition","description":"","collectionId":"eab4e246-0077-9b1f-95c8-ed24288843ec","responses":[],"rawModeData":"{\n  \"data\": {\n    \"apiKey\": \"API_KEY\",\n    \"sourceTrackingId\": \"\",\n    \"message\": {\n      \"recipients\": [\n        \"Jonathan Greeley <jonathan@paubox.com>\"\n      ],\n      \"bcc\": [\n    \"hi@jongreeley.com\"\n      ],\n      \"headers\": {\n        \"subject\": \"Email Subject\",\n        \"from\": \"root@paubox.net\",\n        \"reply-to\": \"root <jonathan@paubox.net>\"\n      },\n      \"content\": {\n        \"text/plain\": \"Text Content\",\n        \"text/html\": \"HTML Content\"\n      },\n      \"attachments\": [\n        {\n          \"fileName\": \"the_file.txt\",\n          \"contentType\": \"text/plain\",\n          \"content\": \"hello world!\\n\"\n        },\n                {\n          \"fileName\": \"second.txt\",\n          \"contentType\": \"text/plain\",\n          \"content\": \"hello world!\\n\"\n        }\n       ]\n    }\n  }\n}"}]}