Popular Articles
Sorry! nothing found for
Posted 5 months ago by Julien Pauthier
API batches can be used to avoid relying on Agendize IDs when encrypting personal data into a short URL to the scheduling widget pre-filling contact details:
POST https://app.agendize.com/api/2.3/batch
{ "requests": [ { "path": "/api/2.1/scheduling/companies/YOUR_LOCATION_EXTERNAL_ID", "method": "GET", "name": "get-location" }, { "path": "/api/2.3/companies/${result=get-location:$.id}/cipherUrl", "method": "POST", "body": { "url": "https://app.agendize.com/book/${result=get-location:$.id}/?cs=false&firstname=John&lastname=Doe&phone=0766778899&email=j.doe@test.com", "shortener": true } } ] }
0 Votes
0 Comments
Login or Sign up to post a comment
People who like this
This post will be deleted permanently. Are you sure?
API batches can be used to avoid relying on Agendize IDs when encrypting personal data into a short URL to the scheduling widget pre-filling contact details:
POST https://app.agendize.com/api/2.3/batch
0 Votes
0 Comments
Login or Sign up to post a comment