Create Account
Recent search
Product-LEAD Assist - GreenPin
Advanced Search
233 results found
Send RCS Template Message
API
Receive Outbound Call Notifications
WhatsApp Error Code
Send SMS
ExoMind Tasker API
Please use ‘Create Account’ to quickly register and start exploring our APIs
https://leadassist.exotel.in/v1/tenants/<tenant_id>/greenpin Copy
An allocation request generates the pin and maps it to a set of users over a requested Virtual Number. The users in the API are referred to as a-party_numbers and b-party_numbers
For ExoBridge APIs, make the following changes in API authentication section at the top of the page:
Replace <your_sid> with your tenant ID.
https://leadassist.exotel.in/v1/tenants/<tenant_id>/greenpin/<greenpin_id> Copy
A deallocation request deletes the pin-mapping between users and the assigned Virtual Number. It is essential to deallocate an existing allocation in order to free-up a pin which is no longer in use. So that the same pin can be reused for future transactions.
From the response of ‘Create a Pin Allocation‘ (POST) API
The details of an allocation can be retrieved using this method. The greenpin_id needs to be provided in the API request.
https://leadassist.exotel.in/v1/tenants/<your_sid>/greenpin/<greenpin_id> Copy
Update an active GreenPin allocation
The greenpin_id will be used to uniquely identify the allocation that needs to be updated
Form a json body with the parameters mentioned in the API Docs
https://leadassist.exotel.in/v1/tenants/<your_sid>/greenpin Copy
Update multiple active GreenPin allocations in one go!