You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
I am using "Omnisend PHP-SDK". I am successfully implemented post API and get API but I am not getting how to use put API for update so could you please share the syntax of update API.
I can fetch the contactID using get API. For example:
$contacts = $omnisend->get(
'contacts',
array(
"email" => $email
)
);