infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
130 stars 127 forks source link

Issue with Email #319

Open teiledeinebotschaft opened 11 months ago

teiledeinebotschaft commented 11 months ago

Please help me to send out confirmation email and their attributes with api Used this but still showing error $attributes = [ 'address_field' => $email, 'contacts' => [$contactId], 'user_id' => 1, 'html_content' => '

Aenean commodo ligula eget dolor aenean massa</h2', 'plain_content' => 'Test', 'subject' => 'Email STatus', ]; $contact2 = $infusionsoft->emails()->send($attributes);

Error - Server error: POST https://api.infusionsoft.com/crm/rest/v1/emails/queue? resulted in a500 Internal Server Error` response: {"message":"General error"}