Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
api-emails [2015/03/04 12:02]
dan
api-emails [2015/03/04 12:35]
dan [Endpoint]
Line 7: Line 7:
 This Endpoint is used to create a new Email in the Account. This Endpoint is used to create a new Email in the Account.
  
 +==== Endpoint ====
 |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​create/</​nowiki>​| |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​create/</​nowiki>​|
-|Method| ​GET |+|Method| ​POST |
  
 ==== Request ==== ==== Request ====
Line 34: Line 35:
 This Endpoint is used to get the Draft Emails currently in your Sentori Account. This Endpoint is used to get the Draft Emails currently in your Sentori Account.
  
 +==== Endpoint ====
 |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​drafts/</​nowiki>​| |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​drafts/</​nowiki>​|
 |Method| GET | |Method| GET |
Line 70: Line 72:
 This endpoint will get the [[/​templates|Templates]] in an Account that can be used to create an Email. This endpoint will get the [[/​templates|Templates]] in an Account that can be used to create an Email.
  
 +==== Endpoint ====
 |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​templates/</​nowiki>​| |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​templates/</​nowiki>​|
 |Method| GET | |Method| GET |
Line 106: Line 109:
 This Endpoint is used to get the Broadcast Emails that have been sent. This Endpoint is used to get the Broadcast Emails that have been sent.
  
 +==== Endpoint ====
 |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​sent/</​nowiki>​| |URI| <​nowiki>​https://​api.sentoriapp.com/​v2.0/​emails/​sent/</​nowiki>​|
 |Method| GET | |Method| GET |