Hi @Adham_Mostafa Welcome to the community!
This is almost always linked to these things:
Your message is not formatted correctly, the exact message is: I sent the file using email with the label ID <label_id> . My ID: <your_unique_ID>
You have not used the expressions {{ }} correctly, the syntax should be: {{ 'I sent the file using email with the label ID ' + $json.id + '. My ID: your_unique_id' }}
And lastly either you are not using the correct webhook URL, or you are not sending that message in a line, as it is a single lined message.