Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to Scheduling Meetings

RE: how to send email to the host

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
I am using CreateEvent API to schedule the event. After scheduling the event mail is not sent to the host.
Could you please tell me how to send mail to the host?
Thanks in advance.
Regards,
Dipak

is there any update?

Hi Dipak,
 
During scheduling you can set the <emailInvitations> element to TRUE.  The emailInvitations element is a child of extOptions (see example below).  This also will send the email invitation to attendees included in the request, if you don’t want the attendee to receive this email you would need to invite attendees seperately using CreateMeetingAttendee.

Example:
<extOptions>
<emailInvitations>TRUE</emailInvitations>
</extOptions>
 
Regards,
 
Jayde Moors
WebEx API Developer Services

Jade Moors:
Hi Dipak,
 
During scheduling you can set the <emailInvitations> element to TRUE.  The emailInvitations element is a child of extOptions (see example below).  This also will send the email invitation to attendees included in the request, if you don’t want the attendee to receive this email you would need to invite attendees seperately using CreateMeetingAttendee.

Example:
<extOptions>
<emailInvitations>TRUE</emailInvitations>
</extOptions>
 
Regards,
 
Jayde Moors
WebEx API Developer Services

 
Thansk Jayde Moors.
It's working fine.

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.