MS Graph
Script: Send Email With Office ( {data})
Description
Send Sendgrid Email
FileMaker Script Folder Path
/Modules/MS Graph/Public/Send Email With Office ( {data})
Parameters
Type | Name | Description | Optional | Default |
---|---|---|---|---|
object | params | data to send | ||
array | params.to | |||
string | params.to.email | email address | ||
string | params.to.name | name of the person | ||
object | params.reply_to | |||
string | params.reply_to.email | email address to send replies to. | ||
string | params.reply_to.name | name that show up in when a person replys | ||
string | params.subject | |||
object | params.dynamic_template_data | data for merge | ||
string | params.template_id | mail providers template id | ||
string | params.from_name | the name that shows up in the email client as the "from" | ||
array | params.attachments | |||
string | params.attachments.content | base64 encoded file content | ||
string | params.attachments.fileName |
Success Return
[
{
"type": "object",
"name": "response",
"description": "",
"optional": false,
"default": ""
},
{
"type": "number",
"name": "response.errorCode",
"description": "= 0",
"optional": false,
"default": ""
},
{
"type": "...",
"name": "",
"description": "",
"optional": false,
"default": ""
}
]
Error Return
[
{
"type": "object",
"name": "error",
"description": "",
"optional": false,
"default": ""
},
{
"type": "number",
"name": "error.errorCode",
"description": "<> 0",
"optional": false,
"default": ""
}
]
Meta Data
- Modification Count: 67
- TimeStamp: 2021-02-19 13:16:18
Script: MS Graph Request {request}
Description
try request/rcheck for auth and retry if failed
FileMaker Script Folder Path
/Modules/MS Graph/Public/MS Graph Request {request}
Parameters
none
Success Return
none given
Error Return
none given
Meta Data
- Modification Count: 19
- TimeStamp: 2020-05-25 23:36:58