Comment créer un contact, une opportunité ou un autre type d'enregistrement d'objet au lieu d'un lead dans Salesforce
Mis à jour 25 février 2026·3 min de lecture
Disponible pour Propriétaires et administrateurs sur Teams and Enterprise plans.Voir les forfaits
Par défaut, lorsqu'un nouvel invité prend un rendez-vous, le flux Salesforce créera un lead. Pour créer un autre enregistrement d'objet, tel qu'un contact ou une opportunité, vous pouvez modifier l'élément Créer des enregistrements : Créer un nouveau lead..
Ce guide vous explique comment modifier le flux pour créer un contact au lieu d'un lead. Vous pouvez également le remplacer par tout autre enregistrement d'objet de votre choix.
Créez un contact au lieu d'un prospect dans Salesforce
- 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. Here you can customize it directly then select 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.
- Select the Create Records: Create New Lead element.

- Under Edit Create Records, at Label, enter Create New Contact.
- At API Name, update the name to Create_New_Contact.
- Under Create a Record of This Object, at Object, enter Contact.
- Under Set Field Values for the Contact, map the following Fields to their corresponding Values from Calendly:
- For the first field:
- Set the Field to FirstName.
- For the Value, select Calendly__CalendlyAction__c
- Select Invitee First Name.
- Select +Add Field. For the second field:
- Set the Field to LastName.
- For the Value, select Calendly__CalendlyAction__c
- Select Invitee Last Name.
- Select +Add Field. For the third field:
- Set the Field to Email.
- For the Value, select Calendly__CalendlyAction__c
- Select Invitee Email.
- Select +Add Field. For the fourth field:
- Set the Field to OwnerId.
- For the Value, select OwnerId.
- Check the box Manually assign variable.
- Under Store Contact ID in Variable, at Variable, select WhoRecordId.

- Select Done.
- 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.