Our webhook receives the page id and lead form data but not unbounce generated lead id (UUID) in the payload.
Is there a reason it is not included?
Sometimes our webhook fails to record the lead in our CRM due to various reasons (record locks, crm in read-only mode etc.,). We would like to go back and find the leads that are not recorded in our crm and load them via a batch job.
We can do that if we can record the lead id as part of our data in our crm and the batch job can compare the lead ids in unbouce with the lead id in crm, and then add it to our crm if it is missing in our data.