Add new deal with a note

I’m sending a deal from our supplier CRM to Pipedrive but running into issues when posting data as a note to the deal.

This is the format I’m using

{
“title”: “[firstname] [lastname]”,
“XXXXXX”: “[firstname]”,
“XXXXXX”: “[lastname]”,
“XXXXXX”: “[email]”,
“XXXXXX”: “[phone1]”,
“XXXXXX”: “State[county]Vehicle Type[data1]VEHICLE MODEL[data2] VEHICLE PURCHASE PRICE[data3]BORROW AMOUNT [data4] MONTHLY BUDGET[data5] CREDIT SCORE[data6]EMPLOYMENT STATUS[data7] ANNUAL INCOME[data8] MONTHLY INCOME[data9]”,
“org_id”: “5174”,
“pipeline_id”: “25”
}

How would I post into a note on the same deal?

Hello

How are you today?

You need to use Pipedrive API v1 Reference to add notes and you can attach to a deal.

You need to call this API ‘n’ times to attach many notes to a same deal.

Please contact shanprem@paalam.co.uk if you need any help in doing this work for you. Happy to collaborate.

Regards
Shan
UK
Paalam Consultancy Ltd
http://paalam.co.uk

I’m doing well thanks Shan,

we can only send to one endpoint from the crm so the method you’ve suggested won’t work unfortunately.

Do you have any other ideas?