No recent searches
Articles populaires
Désolé ! aucun résultat trouvé pour
Publié sur un an il y a par Julien Pauthier
API batches can be used to avoid relying on Agendize IDs when using cipherUrl API to prefill contact data into a short URL to the scheduling widget:
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 Commentaires
Connexion ou S'inscrire pour poster un commentaire
Personnes qui aiment ça
This post will be deleted permanently. Are you sure?
API batches can be used to avoid relying on Agendize IDs when using cipherUrl API to prefill contact data into a short URL to the scheduling widget:
POST https://app.agendize.com/api/2.3/batch
0 Votes
0 Commentaires
Connexion ou S'inscrire pour poster un commentaire