Send a welcome email to an affiliate
POST/affiliate/affiliates/:affiliate_oid/welcome_email
Sends a welcome email to the specified affiliate using the welcome letter configured on the merchant's active affiliate program.
Request
Responses
- 204
- 400
- 401
- 410
- 429
- 500
No Content
Status Code 400: bad request input such as invalid json
Response Headers
UC-REST-ERROR
Contains human readable error message
Status Code 401: invalid credentials supplied
Response Headers
UC-REST-ERROR
Contains human readable error message
Status Code 410: Your authorized application has been disabled by UltraCart
Response Headers
UC-REST-ERROR
Contains human readable error message
Status Code 429: you have exceeded the allowed API call rate limit for your application.
Response Headers
UC-REST-ERROR
Contains human readable error message
Status Code 500: any server side error. the body will contain a generic server error message
Response Headers
UC-REST-ERROR
Contains human readable error message
Was this page helpful?