Hi there,
I have an Excel Spreadsheet and in one of the columns (OfferId) i have values that need to be included in a URl. The ‘OfferID’ values are different for every row in the sheet.
Example. Row 1 of column “OfferId” could be “mXdkekdZSEDDE” and Row 2 of column “OfferId” could be “TvgMoloLPAAW”
So when firing a URL i need the URL’s to be
http://base-api-url/offer/mXdkekdZSEDDE/payment
http://base-api-url/offer/TvgMoloLPAAW/payment
I am trying to use Webhooks to accomplish this. But i see no option or not sure how to achieve this dynamic URL build and firing. Can someone please let me know if this is possible and if so how?
Cheers
Raghu