{"info":{"_postman_id":"4ec9679a-cf64-4e9c-9caa-e3ceaf9dce57","name":"NoCodeLetters APIs","description":"<html><head></head><body><p>Use the NoCodeLetters API to start sending your emails and newsletters directly from Notion</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"414830","collectionId":"4ec9679a-cf64-4e9c-9caa-e3ceaf9dce57","publishedId":"TzshGjzE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-04T09:57:30.000Z"},"item":[{"name":"Send Email - Single Recipient","id":"3f8af7c4-bee0-4fdd-b755-678b1ca66ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"<api_key>"},{"key":"content-type","value":"application/json"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"}],"body":{"mode":"raw","raw":"{\n    \"notionPublicPageId\": \"5a1cf7a01ca54e6888c3516e66925048\",\n    \"recipient\": {\n        \"name\": \"Nagesh\",\n        \"email\": \"bansalnagesh@gmail.com\"\n    },\n    \"sender\": {\n        \"name\": \"Test API\",\n        \"email\": \"nageshapiprojects+3@gmail.com\"\n    },\n    \"backgroundColor\": \"#d8d8d8\",\n    \"fontColor\": \"#234534\",\n    \"cardBackgroundColor\": \"#ffffff\",\n    \"previewText\": \"Aye ji oh ji\",\n    \"mergeTags\": [\n        {\n            \"type\": \"link\",\n            \"key\": \"hyper.link\",\n            \"url\": \"https://nocodeletters.com\",\n            \"displayText\": \"Test link\"\n        }\n    ]\n}"},"url":"https://app.nocodeletters.com/api/public/sendEmail","description":"<p>Use this API to send email to an individually recipient</p>\n","urlObject":{"protocol":"https","path":["api","public","sendEmail"],"host":["app","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f8af7c4-bee0-4fdd-b755-678b1ca66ab6"},{"name":"Verify custom email","id":"251e0d80-bcca-471b-8ce9-cf19b64adab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"<api_key>"},{"key":"content-type","value":"application/json"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"nageshapiprojects+4@gmail.com\"\n}"},"url":"https://app.nocodeletters.com/api/public/addCustomEmail","description":"<p>Initiate the process of verifying a custom email </p>\n","urlObject":{"protocol":"https","path":["api","public","addCustomEmail"],"host":["app","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"251e0d80-bcca-471b-8ce9-cf19b64adab5"},{"name":"Get Status of Email Verification","id":"33fd53be-70bf-4ea7-a979-a971ee8201c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"<api_key>"},{"key":"content-type","value":"application/json"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"}],"url":"https://app.nocodeletters.com/api/public/refreshCustomEmailStatus?email=nageshapiprojects%204%40gmail.com","description":"<p>Get the status of the email for whom custom email has been initiated. </p>\n","urlObject":{"protocol":"https","path":["api","public","refreshCustomEmailStatus"],"host":["app","nocodeletters","com"],"query":[{"key":"email","value":"nageshapiprojects%204%40gmail.com"}],"variable":[]}},"response":[],"_postman_id":"33fd53be-70bf-4ea7-a979-a971ee8201c4"},{"name":"Delete Custom email","id":"5209de34-d2d2-45bc-aa5a-aa28075ae862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"<api_key>"},{"key":"content-type","value":"application/json"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"nageshapiprojects+4@gmail.com\"\n}"},"url":"https://app.nocodeletters.com/api/public/deleteCustomEmail","description":"<p>Delete a custom email that has been added for the account</p>\n","urlObject":{"protocol":"https","path":["api","public","deleteCustomEmail"],"host":["app","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5209de34-d2d2-45bc-aa5a-aa28075ae862"},{"name":"Create Newsletter","id":"1ddf0aaa-3e10-4658-801c-4d6e0cf80c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"<api_key>"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test newsletter\"\n}"},"url":"https://staging.nocodeletters.com/api/public/createNewsletter","urlObject":{"protocol":"https","path":["api","public","createNewsletter"],"host":["staging","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ddf0aaa-3e10-4658-801c-4d6e0cf80c31"},{"name":"Delete Newsletter","id":"2659ca71-f757-4bff-a090-56eb1e955d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"bb77a9af-2b4b-4860-a629-9ae0bb4f77d8"},{"key":"userid","value":"abhishekkumar35962+test@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"newsletterId\": \"Ak72GURWWJr7qjiMs82C\"\n}"},"url":"https://staging.nocodeletters.com/api/public/deleteNewsletter","urlObject":{"protocol":"https","path":["api","public","deleteNewsletter"],"host":["staging","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2659ca71-f757-4bff-a090-56eb1e955d91"},{"name":"Add Subscriber to Newsletter","id":"55ac05d6-54c0-497e-b1fa-459c10225e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"<api_key>"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contacts\": [{\n        \"first_name\": \"abhishek\",\n        \"last_name\": \"kumar\",\n        \"email_id\": \"abhishekkumar35962+4@gmail.com\"\n    }],\n    \"newsletterId\": \"erhGPkYGJeCTBvvGRV3E\"\n}"},"url":"https://staging.nocodeletters.com/api/public/createContact","urlObject":{"protocol":"https","path":["api","public","createContact"],"host":["staging","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"55ac05d6-54c0-497e-b1fa-459c10225e2a"},{"name":"Update Subscriber in Newsletter","id":"d481a66a-6983-4eaa-a2ea-c58247082113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"<api_key>"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"abhishek\",\n    \"lastName\": \"kumar\",\n    \"email\": \"abhishekkumar35962+unique@gmail.com\",\n    \"newsletterId\": \"erhGPkYGJeCTBvvGRV3E\",\n    \"contactId\": \"did:ethr:0xD0E97891cc2c2E7527ef004D1bD2c1BAf75D0BF6\"\n}"},"url":"https://staging.nocodeletters.com/api/public/updateContact","urlObject":{"protocol":"https","path":["api","public","updateContact"],"host":["staging","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d481a66a-6983-4eaa-a2ea-c58247082113"},{"name":"Delete subscriber from Newsletter","id":"c2f77d00-abc4-407e-af1e-b765bc9423ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"<api_key>"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"abhishekkumar35962+3@gmail.com\",\n    \"newsletterId\": \"erhGPkYGJeCTBvvGRV3E\"\n}"},"url":"https://staging.nocodeletters.com/api/public/deleteContact","urlObject":{"protocol":"https","path":["api","public","deleteContact"],"host":["staging","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2f77d00-abc4-407e-af1e-b765bc9423ed"},{"name":"Get Newsletter Subscribers","id":"35bdf75b-7d73-404e-9f26-cfd29c26c080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"<api_key>"},{"key":"userid","value":"nageshapiprojects+3@gmail.com"},{"key":"Content-Type","value":"application/json"}],"url":"https://staging.nocodeletters.com/api/public/getContacts?newsletterId=erhGPkYGJeCTBvvGRV3E","urlObject":{"protocol":"https","path":["api","public","getContacts"],"host":["staging","nocodeletters","com"],"query":[{"key":"newsletterId","value":"erhGPkYGJeCTBvvGRV3E"}],"variable":[]}},"response":[],"_postman_id":"35bdf75b-7d73-404e-9f26-cfd29c26c080"},{"name":"Get Newsletter Details and Metrics","id":"43a667ae-994d-4245-b44f-731368b73f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"<api_key>"},{"key":"userid","value":"abhishekkumar35962+test@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"abhishekkumar35962+testagain@gmail.com\",\n    \"newsletterId\": \"X2hrD7rY7qD7Nd6J61Q5\"\n}"},"url":"https://staging.nocodeletters.com/api/public/getNewsletter?newsletterId=X2hrD7rY7qD7Nd6J61Q5","urlObject":{"protocol":"https","path":["api","public","getNewsletter"],"host":["staging","nocodeletters","com"],"query":[{"key":"newsletterId","value":"X2hrD7rY7qD7Nd6J61Q5"}],"variable":[]}},"response":[],"_postman_id":"43a667ae-994d-4245-b44f-731368b73f63"},{"name":"Send Newsletter to all Subscribers","id":"b48bb27d-8afd-4420-b174-783d62d51dcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"bb77a9af-2b4b-4860-a629-9ae0bb4f77d8"},{"key":"userid","value":"abhishekkumar35962+test@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"pageId\": \"88ff72f01c4f4a99b9b8e5ee88bac3b6\",\n    \"newsletterId\": \"X2hrD7rY7qD7Nd6J61Q5\",\n    \"sender\": {\n        \"name\": \"Test API\",\n        \"email\": \"nageshapiprojects+3@gmail.com\"\n    },\n}"},"url":"https://staging.nocodeletters.com/api/public/bulkSendEmail","urlObject":{"protocol":"https","path":["api","public","bulkSendEmail"],"host":["staging","nocodeletters","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b48bb27d-8afd-4420-b174-783d62d51dcc"},{"name":"Get Newsletter Logs and analytics","id":"d55e2729-0967-4d45-8847-0ce9fb5d83b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"bb77a9af-2b4b-4860-a629-9ae0bb4f77d8"},{"key":"userid","value":"abhishekkumar35962+test@gmail.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"abhishekkumar35962+testagain@gmail.com\",\n    \"newsletterId\": \"X2hrD7rY7qD7Nd6J61Q5\"\n}"},"url":"https://staging.nocodeletters.com/api/public/getNewsletterLogs?newsletterId=OVWvXyWGvh9zjDoXx55q&page=3","urlObject":{"protocol":"https","path":["api","public","getNewsletterLogs"],"host":["staging","nocodeletters","com"],"query":[{"key":"newsletterId","value":"OVWvXyWGvh9zjDoXx55q"},{"key":"page","value":"3"}],"variable":[]}},"response":[],"_postman_id":"d55e2729-0967-4d45-8847-0ce9fb5d83b9"}]}