• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Elementor (Webhook) to Sevdesk

Hello,

The connection between Elementor (webhook) and Sevdesk works thanks for that.

I'm just missing a certain function, I want to enter a customer, but a few fields are still missing.

If I want to add company I only have the name but what is missing are the following fields:
1. First name 2. Last name 3. Zip code 4. City 5. Street 6. Telephone 7. Email.

Then it would be perfect and would help a lot of users.

Can you still program them?


Best regards Alex
 

Supreme

Well-known member
Staff member
Hey @Alex Sevdesk

Since the Elemnetor trigger event is a descriptive-based webhook trigger it will only capture the webhook response whcih was sent by Elementor itself.

So, if you have made any changes in the Elemtor form then kindly re-capture the webhook response, since you previously capture the webhook response that might not contain those details.
 
Many thanks for the quick response.

It also works fine but if I want to add a company then I don't just need the name (organization)

First name, last name, zip code, city, street, phone, email, website.

Can't you add that?

greeting
moreoptionen.png
 
Thanks.

Create a new contact​

Creates a new contact.
For adding addresses and communication ways, you will need to use the ContactAddress and CommunicationWay endpoints.

AUTHORIZATIONS:​

api_key

REQUEST BODY SCHEMA: json​

Creation data
namestring or null
The organization name.
Be aware that the type of contact will depend on this attribute.
If it holds a value, the contact will be regarded as an organization.
customerNumberstring or null
The customer number
parentobject or null
Default: null
The parent contact to which this contact belongs. Must be an organization.
surenamestring or null
Default: null
The first name of the contact.
Yeah... not quite right in literally every way. We know.
Not to be used for organizations.
familynamestring or null
Default: null
The last name of the contact.
Not to be used for organizations.
titelstring or null
Default: null
A non-academic title for the contact. Not to be used for organizations.
category
required
object
Category of the contact.
For more information, see here.
descriptionstring or null
Default: null
A description for the contact.
academicTitlestring or null
A academic title for the contact. Not to be used for organizations.
genderstring or null
Gender of the contact.
Not to be used for organizations.
name2string or null
Default: null
Second name of the contact.
Not to be used for organizations.
birthdaystring or null <date>
Default: null
Birthday of the contact.
Not to be used for organizations.
vatNumberstring or null
Default: null
Vat number of the contact.
bankAccountstring or null
Default: null
Bank account number (IBAN) of the contact.
bankNumberstring or null
Default: null
Bank number of the bank used by the contact.
defaultCashbackTimeinteger or null
Default: null
Absolute time in days which the contact has to pay his invoices and subsequently get a cashback.
defaultCashbackPercentnumber or null <float>
Default: null
Percentage of the invoice sum the contact gets back if he payed invoices in time.
defaultTimeToPayinteger or null
Default: null
The payment goal in days which is set for every invoice of the contact.
taxNumberstring or null
Default: null
The tax number of the contact.
exemptVatboolean or null
Default: null
Defines if the contact is freed from paying vat.
taxTypestring or null
Default: null
Enum: "default" "eu" "noteu" "custom"
Defines which tax regulation the contact is using.
taxSetobject or null
Default: null
Tax set which is used in every invoice of the contact.
defaultDiscountAmountnumber or null <float>
Default: null
The default discount the contact gets for every invoice.
Depending on defaultDiscountPercentage attribute, in percent or absolute value.
defaultDiscountPercentageboolean or null
Default: null
Defines if the discount is a percentage (true) or an absolute value (false).


Create a new contact address​

Creates a new contact address.

AUTHORIZATIONS:​

api_key

REQUEST BODY SCHEMA: json​

Creation data
contact
required
object
The contact to which this contact address belongs.
streetstring or null
Default: null
Street name
zipstring or null
Default: null
Zib code
citystring or null
City name
country
required
object
Country of the contact address.
For all countries, send a GET to /StaticCountry
categoryobject or null
Default: null
Category of the contact address.
For all categories, send a GET to /Category?objectType=ContactAddress.
namestring or null
Default: null
Name in address
name2string
Default: null
Second name in address
name3string or null
Default: null
Third name in address
name4string or null
Default: null
Fourth name in address


this together in one is perfect.
thanks
 
Hello,

thanks for the fast respond.

Under
Add Contact as Company
Add Contact as Person

I need the following fields.
Organization Name (Required)
Contact Category (Required)
surename
family name
description
gender
phone
e-mail
site

contact
street
zip
City
Surname
name2
name3
name4

Then it's perfect and all in one task.

Then I can advertise for you in the forum.

Thanks
 

Supreme

Well-known member
Staff member
Hey @Alex Sevdesk

As per the API documentation, the fields which you have requested to add can only be added in their respected action events.

So kindly check out the following section events and let us know if that works for you.

Add Contact as Person
Add Address of Contact
Add Contact Details
 
So I just tried to create the few lines automatically at SevDesk via "Add Company" and that works too.

But now it comes when I "Add Address Contact" I can't automatically access Organization Name (Required) like above so he enters the addresses there.

What option do you have there? Can you tell me how this should work?

Greets Alex
 

Supreme

Well-known member
Staff member
Hey @Alex Sevdesk

We have made the action steps of the SevDesk action step according to their API documentation. As they haven't mentioned anything on how the user can pass the E-mail address, phone, or site so we have created the "Add Address Contact " action step which can update only one attribute at a time.

So to update all the particular attributes you have to use Add Address Contact action step that times.

But now it comes when I "Add Address Contact" I can't automatically access Organization Name (Required) like above so he enters the addresses there.
You can also pass the contact id in the Organization field.
 
Thank you for dealing with it so intensively and it also worked after several tests, unfortunately I have to do the whole step 6 tasks, which is of course a real shame.

Super support from you I just have to say.

thanks
 
Top