Steps for creating and sending a transactional message from our platform are:
The steps 1 and 2 will only need to be done once! Follow to instructionss below.
First, use our editor to create a template. Simply type a dynamic merge field (placeholder) into a template in this format:
${first_name}
Below is the editor with a very simple template:
Note the template ID (from the URL) - you will need it soon!
Navigate to your Integrations page and grab your Production Authentication Key:
Form a Curl request and add your values:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
where:
.. and the rest of the values should be obvious!
Simply execute this code on the terminal to send a message. For simplicity you can wrap it into a script file.
When delivered, the message will look as expected:
Next, you can proceed to full documentation on sending a single message.