Como atualizar um registro do Salesforce com respostas do fluxo de agendamento do Calendly
Atualizado 17 de março de 2026·6 min de leitura
Disponível para Proprietários e administradores em Teams and Enterprise planos.Ver planos
Por padrão, o fluxo do Salesforce combina um convidado com um registro existente, mas não o atualiza. Você pode ajustar seu fluxo para atualizar os detalhes de contato. Por exemplo, você pode mapear o número de telefone que um convidado insere no formulário de agendamento do Calendly para seu registro de contato no Salesforce.
Para ler mais sobre o comportamento padrão de fluxo, dê uma olhada neste artigo.
Atualizar um contato no Salesforce
Observação: essas etapas são para atualizar um contato. No entanto, você pode modificar os passos para atualizar o registro de sua escolha. Se você não tem certeza de qual versão você usa atualmente, visite a página de integrações do Salesforce para confirmar sua versão.
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.
Este artigo foi útil?
Deixe-nos saber para que possamos melhorar nosso conteúdo.