Comment mettre à jour un enregistrement Salesforce avec les réponses de flux de réservation de Calendly
Mis à jour 17 mars 2026·6 min de lecture
Disponible pour Propriétaires et administrateurs sur Teams and Enterprise plans.Voir les forfaits
Par défaut, le flux Salesforce fait correspondre un invité à un enregistrement existant, mais ne le met pas à jour. Vous pouvez ajuster votre flux pour mettre à jour les informations de contact. Par exemple, vous pouvez associer le numéro de téléphone qu'un invité entre dans le formulaire de réservation Calendly à son dossier de contact dans Salesforce.
Pour en savoir plus sur le comportement du flux par défaut, consultez cet article.
Mettre à jour un contact dans Salesforce
Remarque : ces étapes servent à mettre à jour un contact. Cependant, vous pouvez les modifier pour mettre à jour le dossier de votre choix. Si vous ne savez pas quelle version vous utilisez actuellement, visitez votre page d'intégration Salesforce pour confirmer votre version.
Step 1 – Locate your flow
- In Salesforce Setup, search for Flows. Select Flows.
- If you haven't customized the CreateEventTemplate before, you'll need to create a new flow based on the template. To do so, you can open the CreateEventTemplate, customize it directly, then Save as. Saving it will create a new flow. You can call the new flow something like "CreateEvent."
- If you've already customized the CreateEventTemplate flow, then open your customized flow.
Step 2 – Add a Decision element to your flow
- From the Toolbox on the left-hand side, under Data, drag a Decision element to the flow, and drop it next to the Subflow: Get Event Attendee Template element.
- Under Edit Decision, at Label, enter Is Contact?
- Under Outcome Details, at Label, enter Contact Email Match
- Under Condition Requirements to Execute Outcome, keep All Conditions Are Met (AND)
- At Resource, enter WhoRecordId
- Operator, enter Starts With
- Value, enter 003

- Select Done.
Step 3 – Add an Update Records element to your flow
- From the Toolbox on the left-hand side, under Data, drag an Update Records element to the flow, and drop it next to the Decision: Contact Matched? element.
- Under New Update Records, at Label, enter Update Contact.
- At How to Find Records to Update and Set Their Values, select Specify conditions to identify records, and set fields individually.
- Under Update Records of This Object Type, at Object, select Contact.
- Under Filter Contact Records, select Conditions are Met.
- For the condition:
- At Field, enter ContactId
- At Operator, enter Equals
- At Value, enter WhoRecordId
- Under Fields Values for the Contact Records, include the fields and value you want to update with Calendly information. For example, if your first question on your Calendly booking form is the invitee's phone number:
- At Field, enter Phone
- At Value, select Calendly__CalendlyAction__c, then select CustomResponse1

- Select Done.
Step 4 – Connect the elements
- Within the flow, delete the connector between the Decision: Contact Matched? and Get Records: Find Publisher elements.
- Connect the Decision: Contact Matched? element to the new Update Records: Update Contact element.
- Connect the Decision: Is Contact? element to Update Records: Update Contact element.
- Connect the Update Records: Update Contact element to the Get Records: Find Publisher element.
- Connect the Default outcome from Decision: Is Contact? To Get Records: Find Publisher element.

Step 5 – Save and activate your flow
- To save the flow, select Save. Select Save As to save the modified version of the flow. To activate the flow, select Activate.
- Note: You will also need to deactivate the CreateEventTemplate, so you don’t have duplicate events in Salesforce.
Cet article vous a-t-il été utile ?
Faites-le nous savoir pour que nous puissions améliorer notre contenu.