post
https://mail.feeldock.com/mail/send
This channel is for sending emails.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Jsfiddle Example:
POST Request Explanation:
In this POST, there are multiple parameters we are sending. Below is a table with the explanation for each of them:
| Parameter | Description |
|---|---|
| api_key | You can find this key inside your admin FeelBack console. It's needed to get access to your account API. |
| source_hash | Send the campaign hash key. |
| peoples | Send people array with fields like Name, Email, id. Where email is our key field to send your FeelMail. Array Fields: user_id - Referential id for the person you are sending the email. full_name - Name for the person you are sending the email. email - Email for the person you are sending the email. |
| schedule | Send schedule parameters like date time (yyyy-mm-dd h:i:s format) and time zone (America/Chicago). |
Request Response:
After sending the request to FeelMail you will get some messages back. Some of the possible messages are below in this table:
| Variables | Values |
|---|---|
|
|
| code | The request code. Can be 200 for success or 400 for any type of errors. |
