Hi All, FFI, following methods will be implemented under following connectors:
*PagerDuty Connector* createIncident - Create a new event. (Incident is an event with type 'trigger') getIncidentById - Get incident by the ID. listIncidents - List incidents. resolveIncident - Mark an incident as resolved. reassignIncident - Reassign the incident. createNote - Create a note (add a note) for an incident. listNotes - List the notes for an incident. createUser - Create a new user. listUsers - List all the users. getUserById - Get user details by the ID. createContactMethod - Create new contact method for a user. E.g. Phone listContactMethods - List all contact methods for a user. *LiveChat Connector* createTicket - Creates a new ticket. listTickets - Returns all tickets. getTicket - Returns single ticket item for the given TICKET_ID. createAgent - Creates a new agent in your license. listAgents - Returns all LiveChat agents list. getAgent - Return complete details of the agent for the given LOGIN. listChats - Get finished chats and left messages. getChat - Returns single chat item for the given CHAT_ID. sendChatTranscriptByEmail - Send chat transcript to e-mail. createGroup - Creates a new group in your license. listGroups - Returns all created groups. getGroup - Returns group details for the given GROUP_ID. *Podio Connector* createTask - Adding a Task. getTask - Display the Task details. listTasks - List Tasks. assignTask - Assign task to a user. updateTask - Update a Task. completeTask - Mark the task as Complete. incompleteTask - Mark the Task as Incomplete. uploadFile - Upload File. attachFile - Attach File to a object. getFile - Display the File details. createReminder - Create a reminder on a object. getReminder - get the Reminder details. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Proposed-ESB-connector-scenario-Integrating-PagerDuty-with-Gmail-LiveChat-Nexmo-Podio-and-SurveyGizmo-tp112590p112962.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
