This activity sent direct Http Post to specified url. Both http and https requests are supported. Activity impersonates SharePoint account when getting request.
SharePoint Workflow Designer Phrase
Send HTML Post to this url with this headers and this post data.
Parameters
Parameter | Description |
this url | Web url. Ex: http://mysite/default.aspx |
this headers | HTTP headers. See Also http://www.w3.org/Protocols/rfc2616/rfc2616- sec14.html. |
this post data | HTTP Post message body. See Also http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.3 |
Also, you can use this activity to post SMS (SMS Gateways supports SMS gateway via HTTP/S) or call web service method.