Skip to main content

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

TypeNameDescriptionOptionalDefault
objectparamsdata to send
arrayparams.to
stringparams.to.emailemail address
stringparams.to.namename of the person
objectparams.reply_to
stringparams.reply_to.emailemail address to send replies to.
stringparams.reply_to.namename that show up in when a person replys
stringparams.subject
objectparams.dynamic_template_datadata for merge
stringparams.template_idmail providers template id
stringparams.from_namethe name that shows up in the email client as the "from"
arrayparams.attachments
stringparams.attachments.contentbase64 encoded file content
stringparams.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