Connectors Reference

Skype for Business Online

Messaging, meetings, and screen sharing all in one app that works with Office.

 

Status: Preview

Tier: Standard

Version: 1.0

 

Actions:

Name

Summary

SendMessage (ClientSendMessage clientSendMessage)

Send an instant message

CreateMeeting (ClientSendMeeting clientSendMeeting)

Create an online meeting

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

ClientReceiveMeeting

 

ClientSendMeeting

 

ClientSendMessage

 

 

Actions:

SendMessage

Summary: Send an instant message

Description: Send an instant message

 

Syntax:

SkypeforBusinessOnline.SendMessage (ClientSendMessage clientSendMessage)

 

Parameters:

Name

Type

Summary

Required

Related Action

clientSendMessage

ClientSendMessage

 

Message sent by the client

True

 

Returns:

          Type:string

 

CreateMeeting

Summary: Create an online meeting

Description: Create an online meeting

 

Syntax:

SkypeforBusinessOnline.CreateMeeting (ClientSendMeeting clientSendMeeting)

 

Parameters:

Name

Type

Summary

Required

Related Action

clientSendMeeting

ClientSendMeeting

 

Meeting details sent by the client

True

 

Returns:

          Type:ClientReceiveMeeting

          Description: Response from creating a meeting

 


 

ClientReceiveMeeting

Summary:

Description: Response from creating a meeting

 

          Properties:

Name

Type

Summary

Id

string

Meeting ID

Unique identifier for the meeting

Subject

string

Subject

Meeting subject

Description

string

Description

Meeting description

JoinUrl

string

Join meeting URL

The URL that is used when the online meeting is joined from the web.

ConferenceId

string

Conference ID

The conference ID for the online meeting. Attendees who dial into the online meeting by using a PSTN phone use the conference ID.

DialInTollNumber

string

Dial-in toll number

The toll number to connect to the Audio Conference Provider.

DialInDirectoryUrl

string

Dial-in directory URL

Web page that contains dial-in information


 

ClientSendMeeting

Summary:

Description: Meeting details sent by the client

 

          Properties:

Name

Type

Summary

Subject

string

 

Meeting subject

Description

string

 

Meeting description

Attendees

string

 

Semi-colon separated list of email or SIP addresses

PhoneUserAdmission

boolean

Allow phone dial-in?

If set to true, participants can join the online meeting over the phone.

ExpirationDateTime

string

Expiration Date Time

The time after which the online meeting expires. The time must be between one year before and ten years after the current time on the server. (ex: '2017-01-01T00:00:00Z')


 

ClientSendMessage

Summary:

Description: Message sent by the client

 

          Properties:

Name

Type

Summary

To

string

 

Email or SIP address of the message recipient (ex: annie@contoso.com)

Message

string

 

Plaintext message to send

Subject

string

 

Subject of the conversation