Connectors
...
Actions
Forward Email
5 min
description forwards an email from a specified address to designated recipients with an optional comment using microsoft graph api endpoint url /v1 0/users/{{email address}}/messages/{{email id}}/forward method post inputs path parameters (object) – required path parameters email address (string) – required the account associated with the email email id (string) – required the id of the email json body (object) – required json body comment (string) – required a comment to include can be an empty string torecipients (array) – required the list of direct recipient objects emailaddress (object) – required address (string) – required name (string) output example \[ { "status code" 202, "response headers" { "cache control" "private", "strict transport security" "max age=31536000", "request id" "3378699e 5ce6 48bf a2bf df77a101ca85", "client request id" "3378699e 5ce6 48bf a2bf df77a101ca85", "x ms ags diagnostic" "{\\"serverinfo\\" {\\"datacenter\\" \\"brazil south\\",\\"slice\\" \\"e\\",\\"ring\\" \\"3\\",\\"scaleunit\\" \\"002\\",\\"roleinstance\\" \\"cp1pepf00002f15\\"}}", "date" "fri, 04 nov 2022 23 07 11 gmt", "content length" "0" }, "reason" "accepted", "response text" "" } ] output parameters status code (number) reason (string) response text (string) response headers header type cache control string strict transport security string request id string client request id string x ms ags diagnostic string date string content length string