Microsoft Outlook node#
Use the Microsoft Outlook node to automate work in Microsoft Outlook, and integrate Microsoft Outlook with other applications. n8n has built-in support for a wide range of Microsoft Outlook features, including creating, updating, deleting, and getting folders, messages, and drafts.
ใช้ Microsoft Outlook node ในการทำงานอัตโนมัติใน Microsoft Outlook และเชื่อมต่อกับแอปพลิเคชันอื่น ๆ โดย n8n รองรับการสร้าง, อัปเดต, ลบ และดึงข้อมูล folders, messages และ drafts.
On this page, you'll find a list of operations the Microsoft Outlook node supports and links to more resources.
ในหน้านี้ คุณจะพบรายการ operations ที่ Microsoft Outlook node รองรับและลิงก์ไปยังข้อมูลเพิ่มเติม.
Credentials
Refer to Microsoft credentials for guidance on setting up authentication.
ดู [Microsoft credentials] สำหรับคำแนะนำในการตั้งค่า authentication.
This node can be used as an AI tool
This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
Operations#
- Calendar
- Create
- Delete
- Get
- Get Many
- Update
- Contact
- Create
- Delete
- Get
- Get Many
- Update
- Draft
- Create
- Delete
- Get
- Send
- Update
- Event
- Create
- Delete
- Get
- Get Many
- Update
- Folder
- Create
- Delete
- Get
- Get Many
- Update
- Folder Message
- Get Many
- Message
- Delete
- Get
- Get Many
- Move
- Reply
- Send
- Send and Wait for Response
- Update
- Message Attachment
- Add
- Download
- Get
- Get Many
การรอการตอบกลับ (Waiting for a response)#
โดยการเลือก operation Send and Wait for a Response คุณสามารถส่งข้อความและหยุดการทำงานของ workflow ชั่วคราวจนกว่าจะมีคนยืนยันการกระทำหรือให้ข้อมูลเพิ่มเติม
Response Type#
คุณสามารถเลือกประเภทของการรอและการอนุมัติได้ดังนี้:
- Approval: ผู้ใช้สามารถอนุมัติหรือไม่อนุมัติจากภายในข้อความ
- Free Text: ผู้ใช้สามารถส่งการตอบกลับพร้อมแบบฟอร์ม
- Custom Form: ผู้ใช้สามารถส่งการตอบกลับพร้อมแบบฟอร์มที่กำหนดเอง
คุณสามารถปรับแต่งพฤติกรรมการรอและการตอบกลับได้ขึ้นอยู่กับประเภทการตอบกลับที่คุณเลือก คุณสามารถกำหนดค่าตัวเลือกเหล่านี้ในประเภทการตอบกลับใดๆ ข้างต้น:
- Limit Wait Time: กำหนดว่า workflow จะกลับมาทำงานต่อโดยอัตโนมัติหลังจากหมดเวลาที่กำหนดหรือไม่ ซึ่งอาจเป็นช่วงเวลาหรือเวลาที่ระบุเจาะจง
- Append n8n Attribution: กำหนดว่าจะระบุในข้อความว่าถูกส่งโดยอัตโนมัติด้วย n8n (เปิด) หรือไม่ (ปิด)
การปรับแต่งการตอบกลับแบบ Approval (Approval response customization)#
เมื่อใช้ประเภทการตอบกลับแบบ Approval คุณสามารถเลือกได้ว่าจะแสดงเฉพาะปุ่มอนุมัติ หรือทั้งปุ่มอนุมัติ และ ปุ่มไม่อนุมัติ
คุณยังสามารถปรับแต่งข้อความบนปุ่มที่คุณใส่ได้
การปรับแต่งการตอบกลับแบบ Free Text (Free Text response customization)#
เมื่อใช้ประเภทการตอบกลับแบบ Free Text คุณสามารถปรับแต่งข้อความบนปุ่มข้อความ, ชื่อและคำอธิบายของฟอร์ม, และข้อความบนปุ่มตอบกลับได้
การปรับแต่งการตอบกลับแบบ Custom Form (Custom Form response customization)#
เมื่อใช้ประเภทการตอบกลับแบบ Custom Form คุณสร้างฟอร์มโดยใช้ฟิลด์และตัวเลือกที่คุณต้องการ
คุณสามารถปรับแต่งองค์ประกอบแต่ละอย่างของฟอร์มด้วยการตั้งค่าที่ระบุไว้ใน n8n Form trigger's form elements หากต้องการเพิ่มฟิลด์เพิ่มเติม ให้เลือกปุ่ม Add Form Element
คุณยังสามารถปรับแต่งข้อความบนปุ่มข้อความ, ชื่อและคำอธิบายของฟอร์ม, และข้อความบนปุ่มตอบกลับได้
Templates and examples#
Related resources#
Refer to Outlook's API documentation for more information about the service.
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.