Send SMS From Workflow

  • Create connection from Settings -> developer hub -> Connections

Image title

Image title

  • Authorize with new connection. Use prefix Bearer before the token

Image title

  • On Webhook Creation page use following Values

        Method: POST
        URL: https://api.d7networks.com/messages/v1/send
        Authorization Type: Connection and choose newly created connection
    
  • Add following under Custom Parameters

        Content-Type : application/json
    

Image title

  • Choose Raw Text as Body and add following :
   {
       "messages": [{
       "originator": "D7SMS",
       "recipients": ["${Leads.Mobile}"],
       "content": "Testing From Zoho"
       }]
   }

Image title

  • Save and associate