• Resolved werfewr

    (@werfewr)


    Hello, thanks for your plugin. Looks awesome. Can you help me connect to the RayNet CRM? Here is what I need to have in headers:

    headers' => array(
                        'Authorization'   => 'Basic ' . base64_encode(
                                        '[email protected]:crm-999888999'
                                ),
                        'X-Instance-Name' => 'my-instance-name',
                        'Content-Type'    => 'application/json',
                ),

    Thank you very much!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mayur Prajapati

    (@mayur8991)

    Hello @werfewr

    You can pass your api key instead of username/pass in your header request

    Ex :

    'headers' => array( 'Authorization' => 'Basic crm-98d0ce600195482bbb7ec9fe7dc974e0',
    'X-Instance-Name' => 'palutila',
    'Content-Type' => 'application/json'),

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to connect?’ is closed to new replies.