diff --git a/Message-Structure.md b/Message-Structure.md new file mode 100644 index 0000000..0d51132 --- /dev/null +++ b/Message-Structure.md @@ -0,0 +1,26 @@ +Message Structure +================= + +Base Attributes +--------------- + +| Attribute | Type | Example | +| --- | --- | --- | +| id| | | +| token | | | + +Expansions +---------- + +Expansions are embedded structures of other objects that are related to the structure that you're viewing. Which expansions are returned by a specific action are shown on that action's documentation however some actions allow you to choose which expansions are returned. + +| Attribute | Type | Example | +| --- | --- | --- | +| status | | | +| details | | | +| inspection | | | +| plain_body | | | +| html_body | | | +| attachments | | | +| headers | | | +| raw_message | | | \ No newline at end of file