Create Deliveries via REST API
This feature allows you to create Buyer Deliveries via our REST API, another feature which assists you with automating your processes!
Only SMS, Email & Store Leads can be created via the API, these deliveries MUST use Buyer credit and be included in an Evenly Weighted distribution model.
Getting Started
In order to search via the REST API, you'll need a REST API key with the correct permissions.
Head to the Admin tab > Tech Hub > REST API to get started:
1) Create yourself an Administrator Key
2) Ensure the Administrator Key has the Delivery > Create permission
3) Activate your Administrator Key
Creating your Delivery
In order to create your Delivery, you'll be making a JSON Post to the below URL:
https://[ACCOUNT].leadbyte.com/restapi/v1.3/deliveries/create
Body -
Headers -
X_KEY: [YOUR API KEY]
You're expecting to see the following success response -
{ "status": "Success", "message": "Delivery record created", "deliveryId": 1234 }
FAQs
Q - I'm looking to ONLY create a Buyer, no delivery, can I do this?
A - Sure thing. Check this article instead - Create Buyers via REST API
As always, if you have any further questions please don't hesitate to raise a support ticket.
Comments