We are using Webhook to create some records in salesforce based on meeting/webinar created or updated.
And we also implemented to create zoom meeting/webinar when there is new record created in salesforce.
Now what happening is when we create record in salesforce it call zoom api to create meeting after calling this API it immediately calls the webhook.
Now we have problem How we will identify that this meeting/webinar is already created in salesforce or not.
So to solve this problem we are thinking that it would be better if we can pass custom parameter to identify that okay this meeting/webinar already created so update this.