Exchange Create [Deprecated]

On this Page

Snap type:

Write



Description:

This Snap provides the functionality to create appointments in Microsoft Exchange via the Microsoft Exchange web services. The Snap requires an input Exchange appointment record specific to the appointment to create and sends the request to Microsoft Exchange.  If the result is successful the ID is returned. However, if there is an error in performing the create, then the error view will contain the error message. 

  • Expected upstream SnapsA document is expected as an input into the Exchange Snap.  The upstream Snap can be either a JSON generator Snap or file Snap that reads in the document information to create the appointment.

  • Expected downstream SnapsA document is the expected output of the Exchange Snap with an ID for the meeting invite that was created.  The downstream Snap can be any Snap that consumes a document for example a file Snap or database Snap.

  • Expected inputThe following JSON is a sample of the input.

The date/time fields must be in the format below and the values are in UTC.  Additionally, the meeting start date must occur before the meeting end date or no meeting will be created.  
 

There are many additional fields that can be specified and the fields below are the minimum required fields to create an appointment:

{ "requiredAttendees": "test@test.com", "subject": "test meeting", "body": "test meeting body", "start": "2014-1-18 11:00:00", "end": "2014-1-18 12:00:00", "location": "office" }



  • Expected outputThe following JSON is a sample of the output generated when a meeting has been successfully created:



[ { "requiredAttendees":"test@test.com", "subject":"test meeting", "body":"test meeting body", "start":"2014-1-18 11:00:00", "end":"2014-1-18 12:00:00", "location":"office", "Id":{ "changeKey":"DwAAABYAAADsJ95dokZBSI4/bT7TSzJiAAAJPIVs", "uniqueId":"AAMkAGM4Y2Q2YmJlLWEyODktNDAxOS1hYzFiLTY0YjExYTg2ZmYxYQBGAAAAAADI1CKlDYCwTbXn+BLjIBxNBwDsJ95dokZBSI4/bT7TSzJiAAAAAAEOAADsJ95dokZBSI4/bT7TSzJiAAAJPB00AAA=" } } ]



  • Expected usagesThe main purpose of the Exchange Create Snap is to create appointments or meeting invites from Exchange.  The meeting invites can be sent to other exchange email accounts or to email accounts on different software platforms (such as GMAIL).



Prerequisites:

[None]



Support and limitations:

Works in Ultra Task Pipelines.

Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Configuring Microsoft Exchange Accounts for information on setting up this type of account.



Views:





Settings

Label



Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Object type





Required. An object type that will be created in Exchange.

Example: Appointment

Default value: Appointment
 




Snap Pack History