To use SMS Magic integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. Once connected, you can make custom API calls to SMS Magic to query the data you need using the URLs you provide, for example:
after setting up the HTTP Request node, you can use it to send messages by making a POST request to the SMS Magic API endpoint with the desired parameters. For example, to send an SMS, you'd include fields such as the recipient's phone number, message content, and any relevant meta information in the request body. Additionally, you can use GET requests to fetch SMS logs or message statuses for efficient data management within your n8n workflows.