פיתוח webhooks

Project # 116843

Job Statistics

10 Bids
budget
Up to 2,500 ILS
bidding ends in
bidding closed
bid range
90 ILS - 250 ILS / hour
1,100 ILS - 1,100 ILS / project
average bid
173 ILS / hour
1,100 ILS / project

Job Info And Actions

Posted: 10:39, 11 Jul., 2017
Ends: 11:25, 17 Jul., 2017
פיתוח webhooks
We have a web application that send messages - emails and sms by using sparkpost.com and plivo.com

Transmitting API is working, but we need to get the final result trough webhooks.

https://www.plivo.com/docs/getting-started/sms-delivery-reports/
https://www.sparkpost.com/docs/tech-resources/webhook-event-reference/

Server is Microsoft Windows 2012.
Code can be written in PHP/CS or anything else, as long as we can change connection parameters later on (s.a account details/ user/ password/ key / website...)

We prefer you will build a controller activate a store procedure.


something like this:

public class WebhookController : ApiController
{


public class mdSparkPostWHEvent
{

public string Request { get; set; }

}
[HttpPost]
public HttpResponseMessage SparkPostWHEvent([FromBody] mdSparkPostWHEvent Inputs)
{
return new HttpResponseMessage()
{ Content = new StringContent(SQLFunctions.SQLStoreProcedure("sWH01_SparkPost", Inputs, true) ,System.Text.Encoding.UTF8, "application/json") };
}
}

}

* JSON payload can be send complete to one string param (VARCHAR in sql)
* SQLFunctions.SQLStoreProcedure not need to be developed. we have RESTful working code.

attachments

the client

updates

Private Bid

Private Bid
7 projects
Bid # 1534350
Submitted: 17 Jul. 2017

Private Bid

Private Bid
13 projects
Bid # 1533942
Submitted: 16 Jul. 2017

Private Bid

Private Bid
1 projects
Bid # 1533533
Submitted: 15 Jul. 2017

Private Bid

Private Bid
1 projects
Bid # 1532286
Submitted: 12 Jul. 2017

Private Bid

Private Bid
11 projects
Bid # 1532099
Submitted: 12 Jul. 2017