API | How to create a single-use link for appointment scheduling

Publié environ 1 mois il y a par  Julien Pauthier

  • Sujet épinglé
Julien Pauthier
Julien Pauthier Administrateur

You can use this API batch to query our cipherUrl API and create an appointment scheduling link that can be used to book only one appointment: once the limit is reached, the link will show a "The link is invalid or expired" message. IDs when using cipherUrl API to prefill contact data into a short URL to the scheduling widget:


POST https://us.agendize.com/api/2.3/batch

{
    "requests": [
        {
            "path": "/api/2.1/scheduling/companies/it-services",
            "method": "GET",
            "name": "get-location"
        },
        {
            "path": "/api/2.3/companies/${result=get-location:$.id}/cipherUrl",
            "method": "POST",
            "body": {
                "url": "https://app.agendize.com/web/widget?c=${result=get-location:$.id}&cs=false&firstname=John&lastname=Doe&phone=0766778899&email=j.doe@test.com&service=follow-up&source=emailcampaign-singleuselink",
                "shortener": true,
                "numberOfAllowedAppointments": 1
            }
        }
    ]
}


0 Votes


0 Commentaires

Connexion ou S'inscrire pour poster un commentaire