This handler makes a SOAP call (using Savon) to the SharePoint Web Services to create a new contact in a Contact list. Savon is then configured to work with the given account credentials. Next the Batch XML structure is built to give the Web Service the information it needs to create the new contact, which is then passed via a SOAP call to SharePoint, where the contact is created and posted to the list. Any errors that occur during this process will be caught and re-raised by the handler. Authentication is done through SSL, so the SharePoint site being accessed needs to be setup to allow SSL connections.
To find the homepage url, all you have to do is look at the URL of any page on the SharePoint site. The url that should be inputted should contain both the base url (the top-most site in the collection) and the sub-site that you are on. For example, given the following URL: https://sharepoint.company.com/development/SitePages/Home.aspx The base site is "sharepoint.company.com", the sub-site is "development" and the 'HomePage URL' task info values should be set to: https://sharepoint.company.com/development
Name | Description |
---|---|
Contact List | The name of the contact list that the contact will be added to. |
Last Name | The last name of the contact. |
First Name | The first name of the contact. |
The email address of the contact. | |
Company | The company associated with the contact. |
Job Title | The job title of the contact. |
Work Phone | The work phone number of the contact. |
Home Phone | The home phone number of the contact |
Cell Phone | The cell phone number of the contact. |
Name | Description |
---|---|
Last Name | User |
First Name | Test |
test.user@acme.com | |
Company | Kinetic Data |
Job Title | Test Position |
Work Phone | 123.456.7890 |
Home Phone | 012.890.4567 |
Cell Phone | 567.476.1234 |
Contact List |
This handler does not return any results.
SharepointContactCreate_V1 (2013-10-08)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out