Can u send fax using SMTP activity

Can I send fax using SMTP activity… Can anyone please tell me… If this works or not

If you have an efax (or similar account) or the recipient does, then you can do 1234567898@efax.com or whatever to send a fax to that phone number.

Hello @Nikhil_Katta

  1. Choose a fax service with an API.
  2. Define API endpoint and credentials.
  3. Prepare fax content (e.g., PDF).
  4. Set recipient info (fax number, name).
  5. Use HttpClient to send fax via API.
  6. Handle the response for success or failure.

Thanks & Cheers!!!