Como criar um contato, oportunidade ou outro registro de objeto em vez de um lead no Salesforce
Atualizado 25 de fevereiro de 2026·3 min de leitura
Disponível para Proprietários e administradores em Teams and Enterprise planos.Ver planos
Por padrão, quando um novo convidado agenda, o fluxo do Salesforce cria um lead. Para criar um registro de objeto diferente, como um contato ou oportunidade, você pode editar o elemento Criar registros: Criar novo lead do fluxo.
Este guia mostra como alterar o fluxo para criar um contato em vez de um lead. Você também pode substituir isso por qualquer outro registro de objeto de sua escolha.
Crie um contato em vez de uma oportunidade no 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.
Este artigo foi útil?
Deixe-nos saber para que possamos melhorar nosso conteúdo.